[PR #1869] [MERGED] Fix WebAuthn issues and some small updates #2882

Closed
opened 2025-11-07 07:57:02 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/1869
Author: @BlackDex
Created: 7/25/2021
Status: Merged
Merged: 7/25/2021
Merged by: @dani-garcia

Base: mainHead: webauthn-plus-updates


📝 Commits (1)

  • ffdcafa Fix WebAuthn issues and some small updates

📊 Changes

4 files changed (+90 additions, -102 deletions)

View changed files

📝 Cargo.lock (+77 -76)
📝 Cargo.toml (+2 -5)
📝 src/api/core/two_factor/webauthn.rs (+7 -15)
📝 src/api/notifications.rs (+4 -6)

📄 Description

  • Updated some packages
  • Updated code related to package updates.
  • Disabled User Verification enforcement when WebAuthn Key sends UV=1
    This makes it compatible with upstream and resolves #1840
  • Fixed a bug where removing an individual WebAuthn key deleted the wrong key.

🔄 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/1869 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 7/25/2021 **Status:** ✅ Merged **Merged:** 7/25/2021 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `webauthn-plus-updates` --- ### 📝 Commits (1) - [`ffdcafa`](https://github.com/dani-garcia/vaultwarden/commit/ffdcafa0446aa110e27266a920b4497490cddb6f) Fix WebAuthn issues and some small updates ### 📊 Changes **4 files changed** (+90 additions, -102 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+77 -76) 📝 `Cargo.toml` (+2 -5) 📝 `src/api/core/two_factor/webauthn.rs` (+7 -15) 📝 `src/api/notifications.rs` (+4 -6) </details> ### 📄 Description - Updated some packages - Updated code related to package updates. - Disabled User Verification enforcement when WebAuthn Key sends UV=1 This makes it compatible with upstream and resolves #1840 - Fixed a bug where removing an individual WebAuthn key deleted the wrong key. --- <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 2025-11-07 07:57:02 -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#2882