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
base: v2.1.0
Choose a base ref
...
head repository: coreos/go-oidc
compare: v2.2.1
Choose a head ref
  • 6 commits
  • 4 files changed
  • 2 contributors

Commits on Jan 23, 2020

  1. *: add a go.mod file

    Generated using the following commands:
    
        go mod init github.com/coreos/go-oidc
        go mod tidy
    ericchiang committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    3f3abc2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #228 from ericchiang/mod

    *: add a go.mod file
    mikedanese committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    7bec05b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. *: pass algorithms a provider supports to the verifier

    If a provider advertises support for algorithms like ES256 in its
    discovery, pass those algorithms to the verifier. Added a whitelist to
    ensure weird algorithms like "none" are thrown out.
    ericchiang committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    40cd342 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #227 from ericchiang/algs

    *: pass algorithms a provider supports to the verifier
    ericchiang committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    e00075b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Revert "*: add a go.mod file"

    This reverts commit 3f3abc2.
    ericchiang committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    89cf6ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request #231 from ericchiang/revert-go-mod

    Revert "*: add a go.mod file"
    mikedanese committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    8d77155 View commit details
    Browse the repository at this point in the history