mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 17:32:27 -05:00
[PR #7105] [MERGED] Fix invalid refresh token response #32945
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/7105
Author: @BlackDex
Created: 4/16/2026
Status: ✅ Merged
Merged: 4/16/2026
Merged by: @dani-garcia
Base:
main← Head:fix-invalid-refresh📝 Commits (1)
54ec7a0Fix invalid refresh token response📊 Changes
1 file changed (+11 additions, -7 deletions)
View changed files
📝
src/api/identity.rs(+11 -7)📄 Description
If the refresh token is invalid or expired we need to return a specific JSON and HTTP Status, else the clients will not logout.
Fixes #7060
Closes #7080
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.