vaultwarden/src/api
Mathijs van Veluw d04b94b77d
Some fixes for emergency access (#4715)
- Add missing `Headers` parameter for some functions
   This allowed any request from allowing these endpoints by not validating the user correctly.
 - Changed the functions to retreive the emergency access record by
   using the user uuid which calls the endpoint, instead of validating afterwards.
   This is more secure and prevents the need of an if check.
2024-07-08 23:39:22 +02:00
..
core Some fixes for emergency access (#4715) 2024-07-08 23:39:22 +02:00
admin.rs Change some missing PascalCase keys (#4671) 2024-06-24 21:17:59 +02:00
icons.rs Implement custom DNS resolver (#3988) 2024-04-27 20:25:34 +02:00
identity.rs Change API and structs to camelCase (#4386) 2024-06-23 21:31:02 +02:00
mod.rs Change API and structs to camelCase (#4386) 2024-06-23 21:31:02 +02:00
notifications.rs Update crates and some Clippy fixes (#4475) 2024-04-06 13:55:10 +02:00
push.rs fix: typos (#4440) 2024-03-19 19:47:14 +01:00
web.rs Update admin interface dependencies (#4581) 2024-05-25 15:39:36 +02:00