nextcloud/lib/private/Authentication
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
..
Exceptions Fix others 2016-07-21 18:13:57 +02:00
LoginCredentials do not hard-require the token provider 2017-01-11 19:20:11 +01:00
Token Fix duplicate session token after remembered login 2017-12-19 09:17:06 +01:00
TwoFactorAuth Fix AppPassword 2FA auth 2017-09-12 22:35:16 +02:00