]> source.dussan.org Git - nextcloud-server.git/commit
Throw an invalid token exception is token is marked outdated 17443/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Mon, 7 Oct 2019 12:05:57 +0000 (14:05 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Mon, 2 Dec 2019 17:57:13 +0000 (18:57 +0100)
commitb371e735cf457c9c36d88270713fb4dd605a24e9
tree22350ba6c070c6029abe257c5b83d93108a8a5bd
parent407c2c13ab7d2322127198b7a2ab77990c7b2190
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>
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Authentication/Exceptions/TokenPasswordExpiredException.php [new file with mode: 0644]
lib/private/Authentication/Token/PublicKeyTokenProvider.php