Skip to content

Releases: okta/okta-jwt-verifier-golang

Version 1.1.3

24 Jan 21:48
0f90b2d
Compare
Choose a tag to compare

Updates

  • Support multiple aud claims making the JWT verifier Auth0 friendly

Version 1.1.2

03 Dec 19:19
628a050
Compare
Choose a tag to compare

Updates

  • Only alg and kid claims in a JWT header are considered during verification.

Version 1.1.1

19 Feb 17:16
fe3d117
Compare
Choose a tag to compare

Released February 19, 2020

Updates

Version 1.1.0

11 Feb 18:31
016cc2e
Compare
Choose a tag to compare

Released February 11, 2020

Updates

  • Updated dependencies
  • Updated to test go 1.15

Version 1.0.0

30 Jul 15:27
6a9e44f
Compare
Choose a tag to compare

Released July 30, 2020

** WE'RE OUT OF BETA **

This release has a few updates for optimizations

  • Go Mod now available (#51)
  • You can now verify a JWT with multiple CID's (#54)
  • You can now verify a JWT with multiple aud claims (#53)
  • SetLeeway now uses time.Duration for setting the leeway (#50)
  • Adds type assertion for exp and iat claims (#55 & #40 - Thank you @douglaswth)
  • Moves regex for caching purposes (#49)
  • Client id validation is now optional (#42 & #44 - Thank you @CarlosPadilla)

Version 0.1.0

28 Aug 14:45
Compare
Choose a tag to compare

Initial Beta Release