mirror of
https://github.com/bitwarden/server
synced 2025-12-21 02:33:30 +00:00
[SG-692] Block unknown devices from using passwordless auth (#2315)
* Block unknown devices from initiating auth requests * Rename anonymousHub route to anonymous-hub
This commit is contained in:
@@ -113,7 +113,7 @@ public class Startup
|
||||
options.ApplicationMaxBufferSize = 2048;
|
||||
options.TransportMaxBufferSize = 4096;
|
||||
});
|
||||
endpoints.MapHub<AnonymousNotificationsHub>("/anonymousHub", options =>
|
||||
endpoints.MapHub<AnonymousNotificationsHub>("/anonymous-hub", options =>
|
||||
{
|
||||
options.ApplicationMaxBufferSize = 2048;
|
||||
options.TransportMaxBufferSize = 4096;
|
||||
|
||||
Reference in New Issue
Block a user