Update staticcheck #110
- Fixing the race condition #102
- Correct okta-jwt-verifier-golang version reference to v2 #101
- Customizable HTTP client #99
- Customizable cache timeout and change to the cache method. #92
- Update JWX package. Thanks, @thomassampson!
- Customizable resource cache. Thanks, @tschaub!
- 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.
- Only
alg
andkid
claims in a JWT header are considered during verification.