1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-11-14 03:52:54 +01:00
vaultwarden/src
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
..
api Remove auth-request deletion (#5184) 2024-11-12 15:48:39 +01:00
db Update crates and fix several issues 2024-11-10 23:56:19 +01:00
static Add dynamic CSS support (#4940) 2024-11-11 20:14:04 +01:00
auth.rs Add extra linting (#4977) 2024-09-23 20:25:32 +02:00
config.rs Add dynamic CSS support (#4940) 2024-11-11 20:14:04 +01:00
crypto.rs Remove get_random_64() 2022-11-13 10:03:06 +01:00
error.rs Add extra linting (#4977) 2024-09-23 20:25:32 +02:00
http_client.rs Add extra linting (#4977) 2024-09-23 20:25:32 +02:00
mail.rs Update crates and fix several issues 2024-11-10 23:56:19 +01:00
main.rs Hide user name on invite status (#5110) 2024-10-19 18:22:21 +02:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs Update crates and fix several issues 2024-11-10 23:56:19 +01:00