1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-17 02:01:53 +01: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",
"Period": "1d",
"Limit": 300
},
{
"Endpoint": "post:/accounts/prelogin",
"Period": "1m",
"Limit": 10
}
]
},