0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-27 12:58:58 +02:00
bitwarden_rs/src/db/models
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
..
attachment.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
cipher.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
collection.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
device.rs Update login API code 2022-03-12 18:45:45 +01:00
emergency_access.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
favorite.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
folder.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
mod.rs Add email notifications for incomplete 2FA logins 2021-10-28 00:19:43 -07:00
org_policy.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
organization.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
send.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
two_factor.rs Remove u2f implementation 2022-03-27 17:25:04 +02:00
two_factor_incomplete.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00
user.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00