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: v2.2.1
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: v2.3.0
Choose a head ref
  • 18 commits
  • 8 files changed
  • 8 contributors

Commits on Jun 25, 2020

  1. support signed jwt userinfo response

    Removed redundandt jwt parsing for jwt userinf
    
    removing empty lines
    
    Simplified test server setup for userinfo tests
    holowinski committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    b2d98e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #254 from holowinski/v2

    Support signed jwt userinfo response
    ericchiang authored Jun 25, 2020
    Configuration menu
    Copy the full SHA
    395130a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae004f5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #255 from ericchiang/fix-lint

    *: s/Json/JSON/g to appease lint
    ericchiang authored Jun 25, 2020
    Configuration menu
    Copy the full SHA
    bc56623 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. userinfo - handling charset in Content-Type header

    Using mime.ParseMediaType
    holowinski authored and ericchiang committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    b0d3660 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2817d7b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #261 from ericchiang/content-type

    userinfo - handling charset in Content-Type header
    ericchiang authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    55058f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. travis.yml: change go version used in .travis.yml to v1.14

    we need to use go v1.14 to fix CI failing because unit test code uses
    t.Cleanup() function that is only available in go v1.14
    
    Fixes #267
    dickynovanto1103 committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    0dcb7d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2020

  1. Configuration menu
    Copy the full SHA
    2b28d0c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Merge pull request #268 from dickynovanto1103/fix-ci

    Change Go Version Used in .travis.yml to v1.14
    mikedanese authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    638d1d6 View commit details
    Browse the repository at this point in the history
  2. IDTokenVerifier: fix typo word: preforms to performs

    this fix one word typo of the IDTokenVerifier.Verify function's comment
    
    Fixes #265
    dickynovanto1103 authored and mikedanese committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    86d950a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #266 from dickynovanto1103/fix-typo

    IDTokenVerifier: fix typo word in Verify function's comment
    mikedanese authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    50700f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. also run travis tests under 1.15

    Followup from #268
    mikedanese committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    a4badd1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #275 from mikedanese/bump

    also run travis tests under 1.15
    mikedanese authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    8e61fd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Merge pull request #257 from OurRootsOrg/v2

    support AWS Cognito, which is not completely OIDC compliant
    ericchiang authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    0a5cd33 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Added power support (#277)

    Test ppc64le in Travic CI.
    dthadi3 authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    e05c4c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. fix up v2 CI

    There are some awkward issues with go modules here, since newer versions
    of the Go tool require a go.mod file, but in the past we broke users by
    adding one: #230
    ericchiang committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    a571417 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7e896c View commit details
    Browse the repository at this point in the history
Loading