Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coreos/go-oidc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.9.0
Choose a base ref
...
head repository: coreos/go-oidc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.10.0
Choose a head ref
  • 4 commits
  • 9 files changed
  • 2 contributors

Commits on Feb 23, 2024

  1. fix minor typo

    bgerrity authored and ericchiang committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    65ac180 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. updated github actions

    ericchiang committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0963f39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    375c370 View commit details
    Browse the repository at this point in the history
  3. update go-jose to v4

    The biggest change between v3 and v4 is ParseSigned now requires a set
    of allow listed algorithms. go-oidc was already doing this ad-hoc, so
    the change is an improvement over the current logic.
    ericchiang committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    22dfdca View commit details
    Browse the repository at this point in the history
Loading