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

rate limits on prelogin

This commit is contained in:
Kyle Spearrin 2019-07-23 17:26:44 -04:00
parent a23e081397
commit 48fd3062b6

View File

@ -218,6 +218,11 @@
"Endpoint": "post:/organizations/*/users/*/reinvite", "Endpoint": "post:/organizations/*/users/*/reinvite",
"Period": "1d", "Period": "1d",
"Limit": 300 "Limit": 300
},
{
"Endpoint": "post:/accounts/prelogin",
"Period": "1m",
"Limit": 10
} }
] ]
}, },