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:
parent
6643e83b61
commit
fb0c23b71f
8 changed files with 32 additions and 414 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue