0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-24 19:38:57 +02:00
bitwarden_rs/src
BlackDex fc543154c0
Validate all needed fields for client API login
During the client API login we need to have a `device_identifier`, `device_name` and `device_type`.
When these were not provided Vaultwarden would panic.

This PR add checks for these fields and makes sure it returns a better error message instead of causing a panic.
2023-02-21 21:37:23 +01:00
..
api Validate all needed fields for client API login 2023-02-21 21:37:23 +01:00
db Merge branch 'main' into feature/kdf-options 2023-02-12 19:23:14 +01:00
static Merge branch 'main' into issue-3166 2023-02-12 18:47:55 +01:00
auth.rs Revert "fix trailing slash not being removed from domain" 2023-02-07 18:41:24 +01:00
config.rs add EXE_SUFFIX to sendmail executable when not specified 2023-02-12 18:55:15 +01: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 Add support for sendmail as a mail transport 2023-02-12 18:54:59 +01:00
main.rs add argon2 kdf fields 2023-02-07 13:52:52 -05:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs add argon2 kdf fields 2023-02-07 13:52:52 -05:00