mirror of
https://github.com/bitwarden/server.git
synced 2025-05-22 12:04:27 -05:00
more rate limit rules for two factor
This commit is contained in:
parent
0abcdd9724
commit
1cc6fb1668
@ -112,6 +112,26 @@
|
||||
"Period": "60m",
|
||||
"Limit": 5
|
||||
},
|
||||
{
|
||||
"Endpoint": "post:/two-factor/send-email",
|
||||
"Period": "10m",
|
||||
"Limit": 5
|
||||
},
|
||||
{
|
||||
"Endpoint": "post:/two-factor/send-email-login",
|
||||
"Period": "10m",
|
||||
"Limit": 10
|
||||
},
|
||||
{
|
||||
"Endpoint": "post:/two-factor/authenticator",
|
||||
"Period": "1m",
|
||||
"Limit": 3
|
||||
},
|
||||
{
|
||||
"Endpoint": "post:/two-factor/email",
|
||||
"Period": "1m",
|
||||
"Limit": 3
|
||||
},
|
||||
{
|
||||
"Endpoint": "get:/alive",
|
||||
"Period": "1m",
|
||||
|
Loading…
x
Reference in New Issue
Block a user