You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/lib/private/Authentication/Token
Joas Schilling bc4a102f52
fix(session): Avoid race condition for cache::get() vs. cache::hasKey()
2 years ago
..
INamedToken.php
IProvider.php Import OCP IToken as OCPIToken to avoid a name clash in lib/private 2 years ago
IToken.php
IWipeableToken.php
Manager.php Import OCP IToken as OCPIToken to avoid a name clash in lib/private 2 years ago
PublicKeyToken.php fix: Apply new coding standard to all files 2 years ago
PublicKeyTokenMapper.php feat(perf): add cache for authtoken lookup 2 years ago
PublicKeyTokenProvider.php fix(session): Avoid race condition for cache::get() vs. cache::hasKey() 2 years ago
RemoteWipe.php
TokenCleanupJob.php