server/apps/oauth2/lib/Controller
Roeland Jago Douma 75456b057d
Reset bruteforce on token refresh OAuth
When using atoken obtained via OAuth the token expires. Resulting in
brute force attempts hitting the requesting IP.

This resets the brute force attempts for that UID on a valid refresh of
the token.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-30 11:21:27 +01:00
..
LoginRedirectorController.php Fail if the response type is not properly set 2018-05-22 09:24:17 +02:00
OauthApiController.php Reset bruteforce on token refresh OAuth 2018-10-30 11:21:27 +01:00
SettingsController.php Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 2018-09-04 00:58:44 +02:00