Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Upgrade to github.com/golang-jwt/jwt/v5 and use github.com/MicahParks/keyfunc/v2 for JWK Set client #129

Merged
merged 19 commits into from
May 19, 2023

Commits on Apr 24, 2023

  1. Upgrade to github.com/golang-jwt/v5 and use github.com/MicahParks/key…

    …func/v2 for JWK Set client
    Micah Parks committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    1aa0e2d View commit details
    Browse the repository at this point in the history
  2. Update go.mod

    Micah Parks committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    991a3f9 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

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

Commits on May 8, 2023

  1. Correct /v3 import to /v4 and run go mod tidy

    Micah Parks committed May 8, 2023
    Configuration menu
    Copy the full SHA
    8b3a6c0 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Update the keyfunc patch version

    Micah Parks committed May 13, 2023
    Configuration menu
    Copy the full SHA
    db90618 View commit details
    Browse the repository at this point in the history
  2. Change keyfunc creation to be less complex

    Micah Parks committed May 13, 2023
    Configuration menu
    Copy the full SHA
    f023b1c View commit details
    Browse the repository at this point in the history
  3. Auto-format Markdown table

    Micah Parks committed May 13, 2023
    Configuration menu
    Copy the full SHA
    127cfdd View commit details
    Browse the repository at this point in the history
  4. Update import path and config table in README.md

    Micah Parks committed May 13, 2023
    Configuration menu
    Copy the full SHA
    00ea1fd View commit details
    Browse the repository at this point in the history
  5. Update testing note in README.md

    Micah Parks committed May 13, 2023
    Configuration menu
    Copy the full SHA
    5115c4e View commit details
    Browse the repository at this point in the history
  6. Update title of JWK Set test in README.md

    Micah Parks committed May 13, 2023
    Configuration menu
    Copy the full SHA
    9b226ca View commit details
    Browse the repository at this point in the history
  7. Specify JWK acronym in README.md

    Micah Parks committed May 13, 2023
    Configuration menu
    Copy the full SHA
    17f68b1 View commit details
    Browse the repository at this point in the history
  8. Update import paths for golang-jwt in README.md

    Micah Parks committed May 13, 2023
    Configuration menu
    Copy the full SHA
    4ae7395 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3d9362d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Redo version bump from merge conflict

    Micah Parks committed May 14, 2023
    Configuration menu
    Copy the full SHA
    3cbd1ea View commit details
    Browse the repository at this point in the history
  2. Update Go version in GitHub Actions

    Micah Parks committed May 14, 2023
    Configuration menu
    Copy the full SHA
    c190943 View commit details
    Browse the repository at this point in the history
  3. Remove 1.17 Go version from GitHub Actions

    Micah Parks committed May 14, 2023
    Configuration menu
    Copy the full SHA
    363e7ee View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Remove review TODOs

    Micah Parks committed May 17, 2023
    Configuration menu
    Copy the full SHA
    16b3811 View commit details
    Browse the repository at this point in the history
  2. Change how users can specify signing algorithms

    Micah Parks committed May 17, 2023
    Configuration menu
    Copy the full SHA
    fbe2883 View commit details
    Browse the repository at this point in the history
  3. Remove unused global and export reused error

    Micah Parks committed May 17, 2023
    Configuration menu
    Copy the full SHA
    d355447 View commit details
    Browse the repository at this point in the history