Releases: okta/okta-jwt-verifier-golang
Releases · okta/okta-jwt-verifier-golang
v2.1.0
v2.1.0 (September 5th, 2024)
Updates:
Make Audience validation optional #116
v2.0.4
v2.0.4 (February 26th, 2024)
Updates:
Update staticcheck #110
v2.0.3
v2.0.3 (July 28th, 2023)
Updates:
- Fixing the race condition #102
v2.0.2
Updates:
Correct okta-jwt-verifier-golang version reference to v2 #101
v2.0.1
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
Enhancements:
- Customizable cache timeout and change to the cache method. #92
v1.3.1
Updates:
- Correctly error if metadata from issuer is not 200. #85. Thanks, @monde!
v1.3.0
March 17th, 2022
Enhancements:
Version 1.2.0
Updates
- Customizable resource cache. Thanks, @tschaub!