0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-30 22:37:01 +00:00
nextcloud_server/lib/private/Authentication
Daniel Calviño Sánchez fcefd37a5f fix: Handle exception when clearing previously removed two factor tokens
If a token was already removed from the database but not from the
configuration clearing the tokens will try to remove it again from the
database, which caused a DoesNotExistException to be thrown.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2024-11-05 10:50:29 +00:00
..
Events chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Exceptions chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Listeners fix: Make user removal more resilient 2024-10-08 21:02:07 +02:00
Login chore: Add SPDX header 2024-05-24 13:11:22 +02:00
LoginCredentials fix: crypto made inline for constructor and decrypt error handled in exception 2024-10-28 12:29:20 +00:00
Notifications feat(notifications): Migrate server INotifiers to new exceptions 2024-06-25 11:56:24 +02:00
Token feat(auth): Clean-up unused auth tokens and wipe tokens 2024-08-13 12:39:11 +02:00
TwoFactorAuth fix: Handle exception when clearing previously removed two factor tokens 2024-11-05 10:50:29 +00:00
WebAuthn feat(webauthn): Add user verification to webauthn challenges 2024-08-15 11:52:40 +02:00