Skip to content

Releases: okta/okta-jwt-verifier-golang

v2.1.0

06 Sep 20:28
v2.1.0
7c74a7a
Compare
Choose a tag to compare

v2.1.0 (September 5th, 2024)

Updates:

Make Audience validation optional #116

v2.0.4

27 Feb 00:24
v2.0.4
3d48dbe
Compare
Choose a tag to compare

v2.0.4 (February 26th, 2024)

Updates:

Update staticcheck #110

v2.0.3

28 Jul 16:09
v2.0.3
06aa8a8
Compare
Choose a tag to compare

v2.0.3 (July 28th, 2023)

Updates:

  • Fixing the race condition #102

v2.0.2

18 May 16:25
v2.0.2
424a228
Compare
Choose a tag to compare

Updates:

Correct okta-jwt-verifier-golang version reference to v2 #101

v2.0.1

16 May 18:54
v2.0.1
d1ac083
Compare
Choose a tag to compare

Enhancements:

  • Customizable HTTP client #99

Updates:

  • Project maintenance for CI #95
  • Correct logging typo #91
  • Replace math/rand with crypto/rand #89

v2.0.0

06 Jan 16:44
06f5827
Compare
Choose a tag to compare

Enhancements:

  • Customizable cache timeout and change to the cache method. #92

v1.3.1

06 Apr 22:17
v1.3.1
763b1b9
Compare
Choose a tag to compare

Updates:

  • Correctly error if metadata from issuer is not 200. #85. Thanks, @monde!

v1.3.0

17 Mar 22:00
v1.3.0
ff06ade
Compare
Choose a tag to compare

March 17th, 2022

Enhancements:

Version 1.2.1

17 Feb 01:15
0dd48df
Compare
Choose a tag to compare

Updates

Version 1.2.0

17 Feb 00:24
f689101
Compare
Choose a tag to compare

Updates

  • Customizable resource cache. Thanks, @tschaub!