Releases: okta/okta-jwt-verifier-golang
Releases · okta/okta-jwt-verifier-golang
Version 1.1.3
Updates
- Support multiple
aud
claims making the JWT verifier Auth0 friendly
Version 1.1.2
Updates
- Only
alg
andkid
claims in a JWT header are considered during verification.
Version 1.1.1
Released February 19, 2020
Updates
- Fixes the panic when getting nil from map (okta/samples-golang#30)
Version 1.1.0
Released February 11, 2020
Updates
- Updated dependencies
- Updated to test go 1.15
Version 1.0.0
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 usestime.Duration
for setting the leeway (#50)- Adds type assertion for
exp
andiat
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
Initial Beta Release