nextcloud-server/lib/private/Authentication/Token
Arthur Schiwon 79dcb5ae76 fix(Token): take over scope in token refresh with login by cookie
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-07-22 06:53:35 +07:00
..
INamedToken.php
IProvider.php fix(Token): take over scope in token refresh with login by cookie 2024-07-22 06:53:35 +07:00
IToken.php Improve docblock annotations for tokens and their exceptions 2023-10-23 15:20:04 +07:00
IWipeableToken.php
Manager.php fix(Token): take over scope in token refresh with login by cookie 2024-07-22 06:53:35 +07:00
PublicKeyToken.php Allow passing null to PublicKeyToken::setScope, fixes tests 2023-10-23 15:52:07 +07:00
PublicKeyTokenMapper.php feat(perf): add cache for authtoken lookup 2024-03-25 08:37:00 +07:00
PublicKeyTokenProvider.php fix(Token): take over scope in token refresh with login by cookie 2024-07-22 06:53:35 +07:00
RemoteWipe.php Always catch OCP versions of authentication exceptions 2024-01-11 18:00:59 +07:00
TokenCleanupJob.php