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

Adds support for v5 of the golang-jwt library #15

Merged
merged 3 commits into from
Apr 18, 2023

Commits on Apr 5, 2023

  1. Adds support for v5 of the golang-jwt library

    For better future maintainability, we had to change the way signing methods work slightly. Instead of decoding/encoding the token in the signing method, this is now done in the library itself. This should also make code in projects like this a little bit easier and cleaner.
    
    Fixes matelang#13
    oxisto committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e93e69c View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Merge branch 'main' into v5-support

    Máté Lang authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    4217dc5 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. v5 release

    oxisto committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    f9df863 View commit details
    Browse the repository at this point in the history