Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve refresh #838

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Improve refresh #838

wants to merge 3 commits into from

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    cdfe680 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. chore: synchronize workspaces

    aeneasr committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    b8df52f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. refactor: improve refresh signature

    Previously, the refresh token handler was using a combination of delete/update storage primitives. This made optimizing and implementing the refresh token handling difficult. Going forward, the RefreshTokenStorage must implement `RotateRefreshToken`. Token creation continues to be separated.
    
    BREAKING CHANGE: `RefreshTokenStorage` must now implement `RotateRefreshToken`, which revokes old refresh tokens and associated access tokens.
    aeneasr committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    1c338f2 View commit details
    Browse the repository at this point in the history