Original PR: https://github.com/dani-garcia/vaultwarden/pull/6819 Author: @a15355447898a Created: 2/11/2026 Status: ❌ Closed
Base: main ← Head: main
main
ff65da2
12 files changed (+894 additions, -46 deletions)
📝 Cargo.toml (+2 -1) 📝 src/api/admin.rs (+1 -1) 📝 src/api/core/accounts.rs (+81 -3) 📝 src/api/core/ciphers.rs (+31 -6) 📝 src/api/core/emergency_access.rs (+1 -1) 📝 src/api/core/mod.rs (+226 -12) 📝 src/api/core/two_factor/mod.rs (+1 -1) 📝 src/api/core/two_factor/webauthn.rs (+366 -4) 📝 src/api/identity.rs (+128 -10) 📝 src/db/models/org_policy.rs (+25 -0) 📝 src/db/models/two_factor.rs (+23 -0) 📝 src/static/templates/scss/vaultwarden.scss.hbs (+9 -7)
Cargo.toml
src/api/admin.rs
src/api/core/accounts.rs
src/api/core/ciphers.rs
src/api/core/emergency_access.rs
src/api/core/mod.rs
src/api/core/two_factor/mod.rs
src/api/core/two_factor/webauthn.rs
src/api/identity.rs
src/db/models/org_policy.rs
src/db/models/two_factor.rs
src/static/templates/scss/vaultwarden.scss.hbs
Added support for passwordless passkey login Tested with yubikey
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/6819
Author: @a15355447898a
Created: 2/11/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
ff65da2Add passkey login support📊 Changes
12 files changed (+894 additions, -46 deletions)
View changed files
📝
Cargo.toml(+2 -1)📝
src/api/admin.rs(+1 -1)📝
src/api/core/accounts.rs(+81 -3)📝
src/api/core/ciphers.rs(+31 -6)📝
src/api/core/emergency_access.rs(+1 -1)📝
src/api/core/mod.rs(+226 -12)📝
src/api/core/two_factor/mod.rs(+1 -1)📝
src/api/core/two_factor/webauthn.rs(+366 -4)📝
src/api/identity.rs(+128 -10)📝
src/db/models/org_policy.rs(+25 -0)📝
src/db/models/two_factor.rs(+23 -0)📝
src/static/templates/scss/vaultwarden.scss.hbs(+9 -7)📄 Description
Added support for passwordless passkey login Tested with yubikey
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.