Skip to content

Latest commit

 

History

History
75 lines (40 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

75 lines (40 loc) · 2.01 KB

Changelog

v2.0.4 (February 26th, 2024)

Updates:

Update staticcheck #110

v2.0.3 (July 28th, 2023)

Updates:

  • Fixing the race condition #102

v2.0.2 (May 18th, 2023)

Updates:

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

v2.0.1 (May 15th, 2023)

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 (January 4th, 2023)

Enhancements:

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

v1.3.1 (April 6th, 2022)

Updates:

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

v1.3.0 (March 17th, 2022)

Enhancements:

v1.2.1 (February 16, 2022)

Updates

v1.2.0 (February 16, 2022)

Updates

  • Customizable resource cache. Thanks, @tschaub!

v1.1.3

Updates

  • Fixed edge cause with aud claim that would not find Auth0 being JWTs valid. Thanks @awrenn!
  • Updated readme with testing notes.
  • Ran gofumpt on code for clean up.

v1.1.2

Updates

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