1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-11-20 14:38:29 +00:00

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
This commit is contained in:
BlackDex 2022-03-27 17:25:04 +02:00
commit fb0c23b71f
No known key found for this signature in database
GPG key ID: 58C80A2AA6C765E1
8 changed files with 32 additions and 414 deletions

View file

@ -100,8 +100,7 @@ totp-lite = "1.0.3"
# Yubico Library
yubico = { version = "0.10.0", features = ["online-tokio"], default-features = false }
# U2F libraries
u2f = "0.2.0"
# WebAuthn libraries
webauthn-rs = "0.3.2"
# Handling of URL's for WebAuthn