[PR #6819] [CLOSED] Add passkey login support #7481

Closed
opened 2026-03-07 21:18:18 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/6819
Author: @a15355447898a
Created: 2/11/2026
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • ff65da2 Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/6819 **Author:** [@a15355447898a](https://github.com/a15355447898a) **Created:** 2/11/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`ff65da2`](https://github.com/dani-garcia/vaultwarden/commit/ff65da293da48935b78a4adfe362f28246117f73) Add passkey login support ### 📊 Changes **12 files changed** (+894 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Added support for passwordless passkey login Tested with yubikey --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:18:18 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#7481