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

Allow for creation of tokens without EXP as well as additional payload #1029

Open
wants to merge 6 commits into
base: 2.x
Choose a base branch
from

Commits on Apr 20, 2022

  1. Update LcobucciJWSProvider.php

    Allow exp=0 to be set in the payload during creation, which will create a token without an EXP. Related to lexik#676 and lexik#889.
    pluk77 authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    ec2b490 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Expand GenerateTokenCommand

    Take custom payload and ttl and make use of the option to remove exp from token completely
    pluk77 authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    57b9d7e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

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

Commits on May 25, 2022

  1. Remove payload option

    pluk77 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    265963e View commit details
    Browse the repository at this point in the history
  2. Added payload as option

    pluk77 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    8927809 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Change ttl to an option

    pluk77 committed May 27, 2022
    Configuration menu
    Copy the full SHA
    ccd9a00 View commit details
    Browse the repository at this point in the history