nextcloud-server/lib/private/Authentication/Token
Arthur Schiwon 6a783d9b08
fix(Session): avoid race conditions on clustered setups
- re-stablishes old behaviour with cache to return null instead of throwing
  an InvalidTokenException when the token is cached as non-existing
- token invalidation and re-generation are bundled in a DB transaction now

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-07-10 13:28:33 +07:00
..
INamedToken.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IProvider.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IToken.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IWipeableToken.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Manager.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
PublicKeyToken.php refactor(Token): introduce scope constants 2024-06-05 19:01:14 +07:00
PublicKeyTokenMapper.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
PublicKeyTokenProvider.php fix(Session): avoid race conditions on clustered setups 2024-07-10 13:28:33 +07:00
RemoteWipe.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
TokenCleanupJob.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00