...

Text file src/github.com/okta/okta-jwt-verifier-golang/CHANGELOG.md

Documentation: github.com/okta/okta-jwt-verifier-golang

     1# Changelog
     2
     3## v1.3.0 (March 17th, 2022)
     4
     5### Enhancements:
     6
     7* New PCKE code verifier utility. [#81](https://github.com/okta/okta-jwt-verifier-golang/pull/81). Thanks, [@deepu105](https://github.com/deepu105)!
     8
     9## v1.2.1 (February 16, 2022)
    10
    11### Updates
    12
    13* Update JWX package. Thanks, [@thomassampson](https://github.com/thomassampson)!
    14
    15## v1.2.0 (February 16, 2022)
    16
    17### Updates
    18
    19* Customizable resource cache. Thanks, [@tschaub](https://github.com/tschaub)!
    20
    21
    22## v1.1.3
    23
    24### Updates
    25
    26- Fixed edge cause with `aud` claim that would not find Auth0 being JWTs valid. Thanks [@awrenn](https://github.com/awrenn)!
    27- Updated readme with testing notes.
    28- Ran `gofumpt` on code for clean up.
    29
    30## v1.1.2
    31
    32### Updates
    33
    34- Only `alg` and `kid` claims in a JWT header are considered during verification.
    35

View as plain text