1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-09-18 07:32:42 +00:00
vaultwarden/src
2024-07-23 21:13:23 -04:00
..
api replace stray use of TimeDelta 2024-07-23 21:13:23 -04:00
db Add db schema and models for Duo 2FA state storage 2024-07-23 21:13:23 -04:00
static Update admin interface (#4737) 2024-07-12 22:59:48 +02:00
auth.rs Add initial working Duo Universal Prompt support. 2024-07-23 21:13:23 -04:00
config.rs store duo states in the database and validate during authentication 2024-07-23 21:13:23 -04:00
crypto.rs Remove get_random_64() 2022-11-13 10:03:06 +01:00
error.rs Improved HTTP client (#4740) 2024-07-12 22:33:11 +02:00
http_client.rs Improved HTTP client (#4740) 2024-07-12 22:33:11 +02:00
mail.rs Add Protected Actions Check (#4067) 2023-11-12 22:15:44 +01:00
main.rs store duo states in the database and validate during authentication 2024-07-23 21:13:23 -04:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs Improved HTTP client (#4740) 2024-07-12 22:33:11 +02:00