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:
parent
a23e081397
commit
48fd3062b6
@ -218,6 +218,11 @@
|
||||
"Endpoint": "post:/organizations/*/users/*/reinvite",
|
||||
"Period": "1d",
|
||||
"Limit": 300
|
||||
},
|
||||
{
|
||||
"Endpoint": "post:/accounts/prelogin",
|
||||
"Period": "1m",
|
||||
"Limit": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user