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

Add jwt.Keyfunc utilities and partial JWK support #105

Closed
wants to merge 16 commits into from
Closed

Add jwt.Keyfunc utilities and partial JWK support #105

wants to merge 16 commits into from

Commits on Sep 15, 2021

  1. Initial commit.

    Micah Parks committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    567ef02 View commit details
    Browse the repository at this point in the history
  2. Add keyfunc package contents unedited

    Micah Parks committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    5af57d6 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main'

    Micah Parks committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    7de69c2 View commit details
    Browse the repository at this point in the history
  4. Remove supported forks and make tests pass

    Micah Parks committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    da0ce9e View commit details
    Browse the repository at this point in the history
  5. Fix typos in comments.

    Micah Parks committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    4dd1156 View commit details
    Browse the repository at this point in the history
  6. Update the keyfunc README.md

    Micah Parks committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    1d07bf7 View commit details
    Browse the repository at this point in the history
  7. Update the keyfunc README.md

    Micah Parks committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    696d76f View commit details
    Browse the repository at this point in the history
  8. Update the keyfunc README.md

    Micah Parks committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    ea7d2a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Add additional documentation.

    Micah Parks committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    695df9c View commit details
    Browse the repository at this point in the history
  2. Remove intermittent curve variable

    Micah Parks committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    43ffe76 View commit details
    Browse the repository at this point in the history
  3. Prevent a race condition with jsonKey.precomputed.

    Micah Parks committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    e2a827e View commit details
    Browse the repository at this point in the history
  4. Add a method to return all key IDs in the JWKs

    Micah Parks committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    e481c9e View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Change the datatype of jsonKey to include a pointer for copylocks lin…

    …ter.
    Micah Parks committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    91a66f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Make compatible with earlier versions of Go

    Micah Parks committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    2f31d58 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Update test coverage note

    Micah Parks committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    d476e8e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. Use time values instead of pointers

    Micah Parks committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    727305e View commit details
    Browse the repository at this point in the history