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

Split the AccessTokenTrait::convertToJWT() function so that the token can be customized #1382

Commits on Nov 2, 2023

  1. Split the `\League\OAuth2\Server\Entities\Traits\AccessTokenTrait::co…

    …nvertToJWT()` function into two separate functions so that implementations can customize the token
    rhertogh committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    cb10b1d View commit details
    Browse the repository at this point in the history
  2. Updated changelog for PR thephpleague#1382 (The getJwtBuilder() fun…

    …ction was added to the `AccessTokenTrait` to allow customization of the access token)
    rhertogh committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    d4fef42 View commit details
    Browse the repository at this point in the history