mirror of
https://github.com/bitwarden/server.git
synced 2025-05-22 20:11:04 -05:00
more rate limit rules for two factor
This commit is contained in:
parent
0abcdd9724
commit
1cc6fb1668
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user