nextcloud/lib/private/Authentication/Token
Christoph Wurst 85c18f5980
Fix duplicate session token after remembered login
On a remembered login session, we create a new session token
in the database with the values of the old one. As we actually
don't need the old session token anymore, we can delete it right
away.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-12-19 09:17:06 +01:00
..
DefaultToken.php explicit types 2016-11-16 15:24:29 +01:00
DefaultTokenCleanupJob.php add invalidateOldTokens to IProvider interface 2016-08-02 12:08:13 +02:00
DefaultTokenMapper.php Fix auth provider 2017-08-03 16:40:17 +02:00
DefaultTokenProvider.php Fix duplicate session token after remembered login 2017-12-19 09:17:06 +01:00
IProvider.php allow configuring filesystem access 2016-11-16 15:24:27 +01:00
IToken.php Add test for setting up fake fs 2016-11-16 15:24:32 +01:00