-
Notifications
You must be signed in to change notification settings - Fork 419
Comparing changes
Open a pull request
base repository: coreos/go-oidc
base: v2.2.1
head repository: coreos/go-oidc
compare: v2.3.0
- 18 commits
- 8 files changed
- 8 contributors
Commits on Jun 25, 2020
-
support signed jwt userinfo response
Removed redundandt jwt parsing for jwt userinf removing empty lines Simplified test server setup for userinfo tests
Configuration menu - View commit details
-
Copy full SHA for b2d98e7 - Browse repository at this point
Copy the full SHA b2d98e7View commit details -
Merge pull request #254 from holowinski/v2
Support signed jwt userinfo response
Configuration menu - View commit details
-
Copy full SHA for 395130a - Browse repository at this point
Copy the full SHA 395130aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae004f5 - Browse repository at this point
Copy the full SHA ae004f5View commit details -
Merge pull request #255 from ericchiang/fix-lint
*: s/Json/JSON/g to appease lint
Configuration menu - View commit details
-
Copy full SHA for bc56623 - Browse repository at this point
Copy the full SHA bc56623View commit details
Commits on Jul 20, 2020
-
userinfo - handling charset in Content-Type header
Using mime.ParseMediaType
Configuration menu - View commit details
-
Copy full SHA for b0d3660 - Browse repository at this point
Copy the full SHA b0d3660View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2817d7b - Browse repository at this point
Copy the full SHA 2817d7bView commit details -
Merge pull request #261 from ericchiang/content-type
userinfo - handling charset in Content-Type header
Configuration menu - View commit details
-
Copy full SHA for 55058f5 - Browse repository at this point
Copy the full SHA 55058f5View commit details
Commits on Aug 6, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for 0dcb7d6 - Browse repository at this point
Copy the full SHA 0dcb7d6View commit details
Commits on Aug 23, 2020
-
add support for AWS Cognito, which returns email_verified as a string…
… instead of a bool
Configuration menu - View commit details
-
Copy full SHA for 2b28d0c - Browse repository at this point
Copy the full SHA 2b28d0cView commit details
Commits on Sep 2, 2020
-
Merge pull request #268 from dickynovanto1103/fix-ci
Change Go Version Used in .travis.yml to v1.14
Configuration menu - View commit details
-
Copy full SHA for 638d1d6 - Browse repository at this point
Copy the full SHA 638d1d6View commit details -
IDTokenVerifier: fix typo word:
preforms
toperforms
this fix one word typo of the IDTokenVerifier.Verify function's comment Fixes #265
Configuration menu - View commit details
-
Copy full SHA for 86d950a - Browse repository at this point
Copy the full SHA 86d950aView commit details -
Merge pull request #266 from dickynovanto1103/fix-typo
IDTokenVerifier: fix typo word in Verify function's comment
Configuration menu - View commit details
-
Copy full SHA for 50700f9 - Browse repository at this point
Copy the full SHA 50700f9View commit details
Commits on Sep 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a4badd1 - Browse repository at this point
Copy the full SHA a4badd1View commit details -
Merge pull request #275 from mikedanese/bump
also run travis tests under 1.15
Configuration menu - View commit details
-
Copy full SHA for 8e61fd8 - Browse repository at this point
Copy the full SHA 8e61fd8View commit details
Commits on Sep 8, 2020
-
Merge pull request #257 from OurRootsOrg/v2
support AWS Cognito, which is not completely OIDC compliant
Configuration menu - View commit details
-
Copy full SHA for 0a5cd33 - Browse repository at this point
Copy the full SHA 0a5cd33View commit details
Commits on Oct 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e05c4c7 - Browse repository at this point
Copy the full SHA e05c4c7View commit details
Commits on Jan 22, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for a571417 - Browse repository at this point
Copy the full SHA a571417View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7e896c - Browse repository at this point
Copy the full SHA b7e896cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.2.1...v2.3.0