nextcloud/lib/private/Authentication/Exceptions
Roeland Jago Douma b371e735cf
Throw an invalid token exception is token is marked outdated
This avoids hitting the backend with multiple requests for the same
token. And will help avoid quick LDAP lockouts.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-02 18:57:13 +01:00
..
ExpiredTokenException.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
InvalidProviderException.php Only allow 2FA state changs if providers support the operation 2018-09-25 09:54:20 +02:00
InvalidTokenException.php Fix others 2016-07-21 18:13:57 +02:00
LoginRequiredException.php Fix others 2016-07-21 18:13:57 +02:00
PasswordLoginForbiddenException.php Fix others 2016-07-21 18:13:57 +02:00
PasswordlessTokenException.php Fix others 2016-07-21 18:13:57 +02:00
TokenPasswordExpiredException.php Throw an invalid token exception is token is marked outdated 2019-12-02 18:57:13 +01:00
TwoFactorAuthRequiredException.php Fix others 2016-07-21 18:13:57 +02:00
UserAlreadyLoggedInException.php Fix others 2016-07-21 18:13:57 +02:00
WipeTokenException.php Some php-cs fixes 2019-11-22 20:52:10 +01:00