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 cacheing functionality for JWK set #781

Merged
merged 22 commits into from Aug 1, 2022
Merged

Commits on Jun 29, 2022

  1. Initial implementation of ttl jwk set cache

    (cherry picked from commit 479a7c1)
    wuhaoyujerry committed Jun 29, 2022
    Copy the full SHA
    9cebaee View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    41b6f7f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Fix failed unit test

    wuhaoyujerry committed Jun 30, 2022
    Copy the full SHA
    544d7ca View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ac9ae72 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a209586 View commit details
    Browse the repository at this point in the history
  4. Add functionality to force refresh the jwk set cache when no matching…

    … signing key can be found from the cache
    wuhaoyujerry committed Jun 30, 2022
    Copy the full SHA
    b21d67b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Copy the full SHA
    70d1d2f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d611b8d View commit details
    Browse the repository at this point in the history
  3. fix naming typo

    wuhaoyujerry committed Jul 1, 2022
    Copy the full SHA
    56076f0 View commit details
    Browse the repository at this point in the history
  4. Update unit test naming

    wuhaoyujerry committed Jul 1, 2022
    Copy the full SHA
    a4c28d1 View commit details
    Browse the repository at this point in the history
  5. Update comment

    wuhaoyujerry committed Jul 1, 2022
    Copy the full SHA
    e4b29b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Add check for lifespan

    wuhaoyujerry committed Jul 11, 2022
    Copy the full SHA
    2c1bd08 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    913017e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from wuhaoyujerry/jwk_set_cache

    Add jwk set cache
    wuhaoyujerry committed Jul 11, 2022
    Copy the full SHA
    9ad63c2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a064024 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f7e3cad View commit details
    Browse the repository at this point in the history
  6. Fix ci error

    wuhaoyujerry committed Jul 11, 2022
    Copy the full SHA
    3dfe73f View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    8c595b3 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    e5dc7f7 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    6d91497 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    6bb6aa7 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

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