Skip to content

Releases: coreos/go-oidc

v3.1.0

17 Sep 05:54
d42db69
Compare
Choose a tag to compare
Merge pull request #315 from ericchiang/issuer

oidc: add option to override discovered issuer URL

v3.0.0

11 Jan 17:55
fbec1bd
Compare
Choose a tag to compare

Changes from v2:

  • Remove Cache-Control checks from key rotation strategy #259
  • NewRemoteKeySet now returns a concrete type #262
  • NewProvider context and Verifier context are now separate #260
  • go.mod file added #247
  • Import path updated from github.com/coreos/go-oidc to github.com/coreos/go-oidc/v3/oidc #247

v3.0.0-alpha.1

23 Jun 03:43
3344a5f
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release
Merge pull request #247 from ericchiang/mod

*: add a go.mod file and migrate to v3 package

v2.2.1

27 Jan 16:20
8d77155
Compare
Choose a tag to compare
  • go.mod reverted #231

v2.2.0

24 Jan 17:32
e00075b
Compare
Choose a tag to compare
  • add a go.mod file #228
  • allowed algorithms now default to the algorithms supported by the provider #227

v2.1.0

19 Aug 21:18
2be1c5b
Compare
Choose a tag to compare

Features:

  • ID Token verification now validates "nbf" (not before) claim if present #210 (@anderseknert)
  • A new SkipIssuerCheck flag allows skipping the "iss" check when verifying ID Tokens #202 (@ericchiang)

v2.0.0

25 May 16:37
1180514
Compare
Choose a tag to compare
v2.0.0