0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-11 08:29:00 +02:00
bitwarden_rs/src
Stefan Melmuk f162e85e44
add UserDecryptionOptions to login response (#3813)
needed for web-v2023.8.2+ compatibility due to the inclusion of the new
trusted device encryption feature. without this change, the web vault
will assume that you don't have a master password set and force you to
set one.
2023-08-31 11:02:36 +02:00
..
api add UserDecryptionOptions to login response (#3813) 2023-08-31 11:02:36 +02:00
db Implement login-with-device 2023-08-13 17:54:18 +02:00
static Sync global_domains.json to bitwarden/server@8dda73a (Pinterest) 2023-05-17 12:04:31 -07:00
auth.rs Add some extra access checks for attachments and groups 2023-07-03 19:58:14 +02:00
config.rs Implement login-with-device 2023-08-13 17:54:18 +02:00
crypto.rs Remove get_random_64() 2022-11-13 10:03:06 +01:00
error.rs Cleanups and Fixes for Emergency Access 2022-12-04 23:17:48 +01:00
mail.rs Change String to &str for all Rocket functions 2023-04-30 17:18:12 +02:00
main.rs Implement login-with-device 2023-08-13 17:54:18 +02:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs feat: Add support for forwardemail 2023-07-12 10:50:41 +02:00