nextcloud-server/lib/private/Authentication/Token
Côme Chilliet 8568c11d24
Merge pull request #36033 from nextcloud/invalidateTokensWhenDeletingOAuthClientMaster
[master] invalidate existing tokens when deleting an oauth client
2023-03-15 11:09:51 +07:00
..
INamedToken.php
IProvider.php composer run cs:fix 2023-01-20 11:45:08 +07:00
IToken.php
IWipeableToken.php composer run cs:fix 2023-01-20 11:45:08 +07:00
Manager.php public interface to invalidate tokens of user 2023-03-14 17:13:29 +07:00
PublicKeyToken.php PublickKeyTokenProvider: Fix password update routine with password hash 2023-01-04 08:30:53 +07:00
PublicKeyTokenMapper.php fix(authtoken): Store only one hash for authtokens with the current password per user 2023-02-09 13:44:00 +07:00
PublicKeyTokenProvider.php Don't try to hash a nonexisting password 2023-03-13 10:32:53 +07:00
RemoteWipe.php composer run cs:fix 2023-01-20 11:45:08 +07:00
TokenCleanupJob.php Add back TokenCleanupJob to invalidate old temporary tokens 2022-08-25 11:31:21 +07:00