mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
[PR #4364] [CLOSED] Roll the refresh_token #2835
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/4364
Author: @Timshel
Created: 2/18/2024
Status: ❌ Closed
Base:
main← Head:feature/rolling_refresh📝 Commits (2)
fa3da1bRoll the refresh_tokend2e3bd8Merge branch 'main' into feature/rolling_refresh📊 Changes
1 file changed (+3 additions, -5 deletions)
View changed files
📝
src/db/models/device.rs(+3 -5)📄 Description
Hey,
We recently discussed the
refresh_tokenin the SSO PR and during this discussion it occurred to me that the long livedrefresh_tokencould be rolled as is done by some SSO client.This is handled / expected by the Bitwarden clients since the response
_refresh_logincontain the potentially updated refresh_token.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.