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

Refactor jwt.StandardClaims to RegisteredClaims #18344

Merged
merged 3 commits into from
Jan 20, 2022

Commits on Jan 20, 2022

  1. Refactor jwt.StandardClaims to RegisteredClaims

    go-jwt/jwt has deprecated the StandardClaims interface to use RegisteredClaims
    instead. This PR migrates to use this new format.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    715fc83 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Gusted <williamzijl7@hotmail.com>
    6543 and Gusted authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    0cc01fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecf7bbe View commit details
    Browse the repository at this point in the history