mirror of
https://github.com/bitwarden/server.git
synced 2025-07-07 02:52:50 -05:00
more rate limit rules for two factor
This commit is contained in:
@ -112,6 +112,26 @@
|
|||||||
"Period": "60m",
|
"Period": "60m",
|
||||||
"Limit": 5
|
"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",
|
"Endpoint": "get:/alive",
|
||||||
"Period": "1m",
|
"Period": "1m",
|
||||||
|
Reference in New Issue
Block a user