mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
[PR #2398] [MERGED] Remove u2f implementation #3266
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/2398
Author: @BlackDex
Created: 3/27/2022
Status: ✅ Merged
Merged: 3/27/2022
Merged by: @dani-garcia
Base:
main← Head:remove-u2f📝 Commits (1)
fb0c23bRemove u2f implementation📊 Changes
8 files changed (+32 additions, -414 deletions)
View changed files
📝
Cargo.lock(+8 -32)📝
Cargo.toml(+1 -2)📝
src/api/core/two_factor/mod.rs(+0 -2)➖
src/api/core/two_factor/u2f.rs(+0 -353)📝
src/api/core/two_factor/webauthn.rs(+22 -1)📝
src/api/identity.rs(+0 -21)📝
src/db/models/two_factor.rs(+1 -1)📝
src/error.rs(+0 -2)📄 Description
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-u2fresults in a 404.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.