Skip to content

v1.0.1

Compare
Choose a tag to compare
@RobertoPrevato RobertoPrevato released this 20 Mar 22:44
· 2 commits to main since this release
069e2ee
  • Improves the automatic rotation of JWKS: when validating JWTs, JWKS are
    refreshed automatically if an unknown kid is encountered, and JWKS were
    last fetched more than refresh_time seconds ago (by default 120 seconds).
  • Corrects an inconsistency in how claims are read in the User class.