mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-08-08 18:02:22 +03:00
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`.