Skip to content

v0.0.8

Choose a tag to compare

@threepointone threepointone released this 15 Sep 10:18
· 79 commits to main since this release
aa007fc

Patch Changes

  • #74 9d4b595 Thanks @ghostwriternr! - Add configurable refresh token expiration
    • New refreshTokenTTL option to set global expiration for refresh tokens
    • Support for per-token TTL override via tokenExchangeCallback
    • Expired tokens return invalid_grant error, forcing reauthentication
    • Backward compatible: tokens without TTL never expire