0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-02 03:58:58 +02:00
bitwarden_rs/src/api/core/two_factor
Jeremy Lin c476e19796 Add email notifications for incomplete 2FA logins
An incomplete 2FA login is one where the correct master password was provided,
but the 2FA token or action required to complete the login was not provided
within the configured time limit. This potentially indicates that the user's
master password has been compromised, but the login was blocked by 2FA.

Be aware that the 2FA step can usually still be completed after the email
notification has already been sent out, which could be confusing. Therefore,
the incomplete 2FA time limit should be long enough that this situation would
be unlikely. This feature can also be disabled entirely if desired.
2021-10-28 00:19:43 -07:00
..
authenticator.rs Dependency updates 2021-08-22 13:46:48 +02:00
duo.rs Load RSA keys as pem format directly, and using openssl crate, backported from async branch 2021-06-25 20:53:26 +02:00
email.rs Fix wrong display of MFA email. 2021-08-19 09:25:34 +02:00
mod.rs Add email notifications for incomplete 2FA logins 2021-10-28 00:19:43 -07:00
u2f.rs Fix clippy lints 2021-06-19 22:02:03 +02:00
webauthn.rs Formatting 2021-10-27 23:00:26 +02:00
yubikey.rs Removed try_trait and some formatting, particularly around imports 2020-07-14 18:34:22 +02:00