0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-16 02:48:27 +02:00
bitwarden_rs/src/db/models
BlackDex c4d565b15b
Update login API code
- Updated jsonwebtoken to latest version
- Trim `username` received from the login form ( Fixes #2348 )
- Make uuid and user_uuid a combined primary key for the devices table ( Fixes #2295 )
- Updated crates including regex which contains a CVE ( https://blog.rust-lang.org/2022/03/08/cve-2022-24713.html )
2022-03-12 18:45:45 +01:00
..
attachment.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
cipher.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
collection.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
device.rs Update login API code 2022-03-12 18:45:45 +01:00
emergency_access.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
favorite.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
folder.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
mod.rs Add email notifications for incomplete 2FA logins 2021-10-28 00:19:43 -07:00
org_policy.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
organization.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
send.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
two_factor.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
two_factor_incomplete.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
user.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00