mirror of
https://github.com/bitwarden/server.git
synced 2025-02-17 02:01:53 +01:00
update rate limit policies to "accounts"
This commit is contained in:
parent
ced820407a
commit
da5fb32fe8
@ -78,37 +78,37 @@
|
||||
"Limit": 2
|
||||
},
|
||||
{
|
||||
"Endpoint": "post:/account/password-hint",
|
||||
"Endpoint": "post:/accounts/password-hint",
|
||||
"Period": "60m",
|
||||
"Limit": 5
|
||||
},
|
||||
{
|
||||
"Endpoint": "post:/account/email-token",
|
||||
"Endpoint": "post:/accounts/email-token",
|
||||
"Period": "1m",
|
||||
"Limit": 2
|
||||
},
|
||||
{
|
||||
"Endpoint": "post:/account/email",
|
||||
"Endpoint": "post:/accounts/email",
|
||||
"Period": "60m",
|
||||
"Limit": 5
|
||||
},
|
||||
{
|
||||
"Endpoint": "post:/account/verify-email-token",
|
||||
"Endpoint": "post:/accounts/verify-email-token",
|
||||
"Period": "1m",
|
||||
"Limit": 2
|
||||
},
|
||||
{
|
||||
"Endpoint": "post:/account/verify-email",
|
||||
"Endpoint": "post:/accounts/verify-email",
|
||||
"Period": "60m",
|
||||
"Limit": 5
|
||||
},
|
||||
{
|
||||
"Endpoint": "post:/account/delete-recover-token",
|
||||
"Endpoint": "post:/accounts/delete-recover-token",
|
||||
"Period": "1m",
|
||||
"Limit": 2
|
||||
},
|
||||
{
|
||||
"Endpoint": "post:/account/delete-recover",
|
||||
"Endpoint": "post:/accounts/delete-recover",
|
||||
"Period": "60m",
|
||||
"Limit": 5
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user