0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-28 08:48:19 +02:00
bitwarden_rs/src/api/core/two_factor
BlackDex 87e08b9e50
Async/Awaited all db methods
This is a rather large PR which updates the async branch to have all the
database methods as an async fn.

Some iter/map logic needed to be changed to a stream::iter().then(), but
besides that most changes were just adding async/await where needed.
2022-02-27 21:37:23 +01:00
..
authenticator.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
duo.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
email.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
mod.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
u2f.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
webauthn.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
yubikey.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00