mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #4434 from nextcloud/add-rate-limiting-to-solve-challenge-controller
Add rate limit to TOTP solve challenge controller
This commit is contained in:
commit
8a1d3c7e87
1 changed files with 2 additions and 0 deletions
|
|
@ -143,6 +143,8 @@ class TwoFactorChallengeController extends Controller {
|
|||
* @NoCSRFRequired
|
||||
* @UseSession
|
||||
*
|
||||
* @UserRateThrottle(limit=5, period=100)
|
||||
*
|
||||
* @param string $challengeProviderId
|
||||
* @param string $challenge
|
||||
* @param string $redirect_url
|
||||
|
|
|
|||
Loading…
Reference in a new issue