mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 23:52:50 -05:00
rate limits on prelogin
This commit is contained in:
@ -218,6 +218,11 @@
|
||||
"Endpoint": "post:/organizations/*/users/*/reinvite",
|
||||
"Period": "1d",
|
||||
"Limit": 300
|
||||
},
|
||||
{
|
||||
"Endpoint": "post:/accounts/prelogin",
|
||||
"Period": "1m",
|
||||
"Limit": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user