1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-15 18:18:12 -05:00

update rate limit policies to "accounts"

This commit is contained in:
Kyle Spearrin 2017-09-27 21:45:10 -04:00
parent ced820407a
commit da5fb32fe8

View File

@ -78,37 +78,37 @@
"Limit": 2 "Limit": 2
}, },
{ {
"Endpoint": "post:/account/password-hint", "Endpoint": "post:/accounts/password-hint",
"Period": "60m", "Period": "60m",
"Limit": 5 "Limit": 5
}, },
{ {
"Endpoint": "post:/account/email-token", "Endpoint": "post:/accounts/email-token",
"Period": "1m", "Period": "1m",
"Limit": 2 "Limit": 2
}, },
{ {
"Endpoint": "post:/account/email", "Endpoint": "post:/accounts/email",
"Period": "60m", "Period": "60m",
"Limit": 5 "Limit": 5
}, },
{ {
"Endpoint": "post:/account/verify-email-token", "Endpoint": "post:/accounts/verify-email-token",
"Period": "1m", "Period": "1m",
"Limit": 2 "Limit": 2
}, },
{ {
"Endpoint": "post:/account/verify-email", "Endpoint": "post:/accounts/verify-email",
"Period": "60m", "Period": "60m",
"Limit": 5 "Limit": 5
}, },
{ {
"Endpoint": "post:/account/delete-recover-token", "Endpoint": "post:/accounts/delete-recover-token",
"Period": "1m", "Period": "1m",
"Limit": 2 "Limit": 2
}, },
{ {
"Endpoint": "post:/account/delete-recover", "Endpoint": "post:/accounts/delete-recover",
"Period": "60m", "Period": "60m",
"Limit": 5 "Limit": 5
}, },