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

Release 2.1 Changing the mechanism for saving and deleting Refresh Token #14

Merged
merged 8 commits into from
Nov 29, 2023

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    21b4e58 View commit details
    Browse the repository at this point in the history
  2. Implement RefreshTokenValue to represent tuple of access token and us…

    …er id so refresh token could be used to generate new access token even if access token is no longer available in storage
    Horat1us committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2744b9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c093b0 View commit details
    Browse the repository at this point in the history
  4. Implement RefreshTokenValueEncoder to encode/decode tuple that will b…

    …e stored in storage instead of storing just access token value
    Horat1us committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    7c7f030 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc68710 View commit details
    Browse the repository at this point in the history
  6. Add support for RefreshTokenValueEncoder in Repository

    Changed create method now store encoded tuple of RefreshTokenValue instead of access token value.
    Changed del method so userId will be returned even if access token is no longer available in storage.
    Horat1us committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    fa69ca3 View commit details
    Browse the repository at this point in the history
  7. Change Repository test to support new refreshToken flow

    Add fix for ramsey/uuid on PHP 8.1
    Horat1us committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    869552a View commit details
    Browse the repository at this point in the history
  8. Fix linting issues

    Horat1us committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    7908f85 View commit details
    Browse the repository at this point in the history