nextcloud-server/lib/private/Authentication/Token
Benjamin Gaussorgues d1189f923c
feat(perf): add cache for authtoken lookup
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-02-28 15:04:04 +07:00
..
INamedToken.php Update php licenses 2021-06-04 22:02:41 +07:00
IProvider.php Import OCP IToken as OCPIToken to avoid a name clash in lib/private 2024-01-11 15:45:14 +07:00
IToken.php Improve docblock annotations for tokens and their exceptions 2023-10-23 15:20:04 +07:00
IWipeableToken.php composer run cs:fix 2023-01-20 11:45:08 +07:00
Manager.php Import OCP IToken as OCPIToken to avoid a name clash in lib/private 2024-01-11 15:45:14 +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-02-28 15:04:04 +07:00
PublicKeyTokenProvider.php feat(perf): add cache for authtoken lookup 2024-02-28 15:04:04 +07:00
RemoteWipe.php Always catch OCP versions of authentication exceptions 2024-01-11 14:02:15 +07:00
TokenCleanupJob.php Add back TokenCleanupJob to invalidate old temporary tokens 2022-08-25 11:31:21 +07:00