These fields are included in the login response now, and new versions of the mobile apps will require them.
I've also bumped the server version as I believe that the mobile apps will require server version to be >= 2025.8.0, though I haven't seen that in code anywhere yet.
🔄 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/6572
**Author:** [@dani-garcia](https://github.com/dani-garcia)
**Created:** 12/19/2025
**Status:** ✅ Merged
**Merged:** 12/19/2025
**Merged by:** [@dani-garcia](https://github.com/dani-garcia)
**Base:** `main` ← **Head:** `master_password_unlock`
---
### 📝 Commits (2)
- [`9e9b905`](https://github.com/dani-garcia/vaultwarden/commit/9e9b9059209c42169963a90ead01beb2845f69ae) Add new accountKeys and masterPasswordUnlock fields
- [`59a5980`](https://github.com/dani-garcia/vaultwarden/commit/59a5980b0b2fff939bd20b144ef77832ed68f8e4) Fmt
### 📊 Changes
**2 files changed** (+30 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `src/api/core/mod.rs` (+2 -1)
📝 `src/api/identity.rs` (+28 -1)
</details>
### 📄 Description
These fields are included in the login response now, and new versions of the mobile apps will require them.
I've also bumped the server version as I believe that the mobile apps will require server version to be >= 2025.8.0, though I haven't seen that in code anywhere yet.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/6572
Author: @dani-garcia
Created: 12/19/2025
Status: ✅ Merged
Merged: 12/19/2025
Merged by: @dani-garcia
Base:
main← Head:master_password_unlock📝 Commits (2)
9e9b905Add new accountKeys and masterPasswordUnlock fields59a5980Fmt📊 Changes
2 files changed (+30 additions, -2 deletions)
View changed files
📝
src/api/core/mod.rs(+2 -1)📝
src/api/identity.rs(+28 -1)📄 Description
These fields are included in the login response now, and new versions of the mobile apps will require them.
I've also bumped the server version as I believe that the mobile apps will require server version to be >= 2025.8.0, though I haven't seen that in code anywhere yet.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.