bitwarden_rs/src/api/core/two_factor
BlackDex fb0c23b71f
Remove u2f implementation
For a while now WebAuthn has replaced u2f.
And since web-vault v2.27.0 the connector files for u2f have been removed.
Also, on the official bitwarden server the endpoint to `/two-factor/get-u2f` results in a 404.

- Removed all u2f code except the migration code from u2f to WebAuthn
2022-03-27 17:25:04 +02: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 Remove u2f implementation 2022-03-27 17:25:04 +02:00
webauthn.rs Remove u2f implementation 2022-03-27 17:25:04 +02:00
yubikey.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00