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

Feature/refresh token flow #116

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    ba25906 View commit details
    Browse the repository at this point in the history
  2. feat(refresh token): add possibility to generate and return a refresh…

    …_token in token generation response
    marchrius committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    1567f53 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. feat(refresh token): add support for issued at and add different hook…

    … for different token type
    marchrius committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    636f634 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ce659c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77bfe66 View commit details
    Browse the repository at this point in the history
  4. fix(refresh token): manage cookie as supported flow

    feat(refresh token): add hook to retrieve the refresh token from a custom filter
    marchrius committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a33f3f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    3fd08c5 View commit details
    Browse the repository at this point in the history
  2. fix(refresh token): better retrieve data from request based on flow d…

    …efinition removing dependency on request variable
    marchrius committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    322fbe8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9b3454 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f00143 View commit details
    Browse the repository at this point in the history
  5. feat(logger): add psr/log as base dependency to let users define a cu…

    …stom logger logic to be used
    marchrius committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c440257 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d27630a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b3395a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    50dcd46 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    69f36b5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8d2559c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    acbbbeb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4453afd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    364d106 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

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

Commits on Apr 12, 2024

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

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    f5de091 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    021dcbc View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. feat: add method to check if a flow is enabled (possibility to implem…

    …enta a multi-flow support)
    marchrius committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    4b5cc49 View commit details
    Browse the repository at this point in the history
  2. chore: update composer.lock

    marchrius committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    fcf7431 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. fix(refresh_token): revert all style modification to code

    fix(refresh_token): revert logger integration (will be present in a different PR)
    marchrius committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    1e9617f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    8deeff8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    272c481 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4ae050 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25363ee View commit details
    Browse the repository at this point in the history