vaultwarden/src/api
BlackDex b60a4a68c7
Fix a panic during Yubikey register/login
The yubico crate uses blocking reqwest, and we called the `verify` from
a async thread. To prevent issues we need to wrap it within a
`spawn_blocking`.
2022-12-18 17:57:35 +01:00
..
core Fix a panic during Yubikey register/login 2022-12-18 17:57:35 +01:00
admin.rs Cleanups and Fixes for Emergency Access 2022-12-04 23:15:03 +01:00
icons.rs Cleanups and Fixes for Emergency Access 2022-12-04 23:15:03 +01:00
identity.rs Fix a panic during Yubikey register/login 2022-12-18 17:57:35 +01:00
mod.rs Add Organizational event logging feature 2022-12-01 22:38:59 +01:00
notifications.rs Use constant size generic parameter for random bytes generation 2022-11-11 11:59:27 +01:00
web.rs use black favicon for /admin 2022-12-12 22:55:16 +01:00