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

Completely rework jwk.Cache using github.com/lestrrat-go/httprc/v3 #1189

Merged
merged 23 commits into from
Sep 29, 2024

Commits on Sep 28, 2024

  1. API changes that include httprc v3 and jwk.Cache

    Daisuke Maki committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    11dc5da View commit details
    Browse the repository at this point in the history
  2. Appease linter

    Daisuke Maki committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    5483290 View commit details
    Browse the repository at this point in the history
  3. appease linter

    Daisuke Maki committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    6a76d56 View commit details
    Browse the repository at this point in the history
  4. Fix examples, change default mode for register() to wait

    Daisuke Maki committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    87a70c1 View commit details
    Browse the repository at this point in the history
  5. Add dependency for bazel

    Daisuke Maki committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    a629e7e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Tweak options passed to jwk.Cache related functions

    Daisuke Maki committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    785d596 View commit details
    Browse the repository at this point in the history
  2. Make the option more robust

    Daisuke Maki committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    4d0f512 View commit details
    Browse the repository at this point in the history
  3. Update dep

    Daisuke Maki committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    8f9db0e View commit details
    Browse the repository at this point in the history
  4. Update deps

    Daisuke Maki committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    bd3fca4 View commit details
    Browse the repository at this point in the history
  5. Update deps

    Daisuke Maki committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    cf1e237 View commit details
    Browse the repository at this point in the history
  6. Update bezel deps

    Daisuke Maki committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    f33a867 View commit details
    Browse the repository at this point in the history
  7. tweak docs

    Daisuke Maki committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    7a05602 View commit details
    Browse the repository at this point in the history
  8. check for range instead of single value

    Daisuke Maki committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    d8e843f View commit details
    Browse the repository at this point in the history
  9. Update deps

    Daisuke Maki committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    54be151 View commit details
    Browse the repository at this point in the history
  10. tweak sleep

    Daisuke Maki committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    f76c6ec View commit details
    Browse the repository at this point in the history
  11. Update deps

    Daisuke Maki committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    f4d8947 View commit details
    Browse the repository at this point in the history
  12. grrrr, Milliseconds, not seconds

    Daisuke Maki committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    c4e1bc0 View commit details
    Browse the repository at this point in the history
  13. include trace logs

    Daisuke Maki committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    11ee2bf View commit details
    Browse the repository at this point in the history
  14. Update deps

    Daisuke Maki committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    74bbacb View commit details
    Browse the repository at this point in the history
  15. tweak

    Daisuke Maki committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    ecb9843 View commit details
    Browse the repository at this point in the history
  16. tweak

    Daisuke Maki committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    b2ac0e9 View commit details
    Browse the repository at this point in the history
  17. Documentation

    Daisuke Maki committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    cfd044b View commit details
    Browse the repository at this point in the history
  18. Update deps

    Daisuke Maki committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    e2e9fda View commit details
    Browse the repository at this point in the history