vaultwarden/src/api
Mathijs van Veluw e927b8aa5e
Remove auth-request deletion (#5184)
2FA is needed to login even when using login-with-device.
If the user didn't saved the 2FA token they still need to provide this.
We deleted the auth-request after validation the request, but before 2FA was triggered.

Removing the deletion of this record from that point as it will get cleaned-up automatically anyways.

Signed-off-by: BlackDex <black.dex@gmail.com>
2024-11-12 15:48:39 +01:00
..
core fix hibp username encoding and pw hint check (#5180) 2024-11-12 11:09:28 +01:00
admin.rs Add extra linting (#4977) 2024-09-23 20:25:32 +02:00
icons.rs Add extra linting (#4977) 2024-09-23 20:25:32 +02:00
identity.rs Remove auth-request deletion (#5184) 2024-11-12 15:48:39 +01:00
mod.rs Improved HTTP client (#4740) 2024-07-12 22:33:11 +02:00
notifications.rs Add extra linting (#4977) 2024-09-23 20:25:32 +02:00
push.rs Improved HTTP client (#4740) 2024-07-12 22:33:11 +02:00
web.rs Add dynamic CSS support (#4940) 2024-11-11 20:14:04 +01:00