Skip to content

Releases: coreos/go-oidc

v3.7.0

20 Oct 04:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.0...v3.7.0

v3.6.0

16 May 18:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.0...v3.6.0

v3.5.0

03 Jan 18:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.0...v3.5.0

v3.4.0

09 Sep 21:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.4.0

v3.3.0

01 Sep 03:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.2.0

11 May 19:25
26c5037
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.2.0

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