mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
[PR #6598] [MERGED] Add wrapped named variants to UserDecryptionOptions #7452
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/6598
Author: @dani-garcia
Created: 12/27/2025
Status: ✅ Merged
Merged: 12/27/2025
Merged by: @dani-garcia
Base:
main← Head:add-wrapped-variant📝 Commits (1)
c91563bAdd wrapped named variants to UserDecryptionOptions📊 Changes
2 files changed (+6 additions, -0 deletions)
View changed files
📝
src/api/core/ciphers.rs(+3 -0)📝
src/api/identity.rs(+3 -0)📄 Description
The android app indicates that this field has an inconsistent naming and will be renamed in the future to
masterKeyWrappedUserKey. The apps should handle that change in a backwards compatible way, but we can send both just to be safe. I'll make a note to come back and clean this up in three months or so, when the apps are updated.Reference: https://github.com/bitwarden/android/blob/release/2025.12-rc41/network/src/main/kotlin/com/bitwarden/network/model/MasterPasswordUnlockDataJson.kt#L22-L26
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.