1
0
Fork 0
vaultwarden-test/src/api/core/two_factor
Jeremy Lin 7d552dbdc8 Increase length limit for email token generation
The current limit of 19 is an artifact of the implementation, which can be
easily rewritten in terms of a more general string generation function.
The new limit is 255 (max value of a `u8`); using a larger type would
probably be overkill.
2022-01-24 01:17:00 -08: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 Increase length limit for email token generation 2022-01-24 01:17:00 -08: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