Skip to content

Jwtoxide 0.2.0 (2024-04-19)

Latest
Compare
Choose a tag to compare
@KLMatlock KLMatlock released this 19 Apr 16:55
· 34 commits to main since this release

Features

  • Adds a new field to ValidationOptions named early_expiration_seconds. This will reject a token before the exp time, serves as an inverse of leeway. (early_expiration)