Skip to content

v3.2.1

Choose a tag to compare

@jeremy-stytch jeremy-stytch released this 04 May 17:11
· 163 commits to main since this release
b15513c

Fixes

  • When determining the session's expiration time from a JWT, prefer the session's expires_at value over the "exp" claim.
  • When using the "exp" claim as the session expiration, use the same string formatting as the other timestamps.