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:
parent
a23e081397
commit
48fd3062b6
@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user