Skip to content

@eventuras/fides-auth@0.9.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 22:09
· 32 commits to main since this release
Immutable release. Only release title and notes can be modified.

Minor Changes

  • 7bcf252: Type tokens.accessTokenExpiresAt / tokens.refreshTokenExpiresAt as ISO 8601 string instead of Date. The session is a JSON/JWT envelope, so these values are always strings on the wire — the Date type was a lie after a validateSessionJwt round-trip. Consumers doing date math should wrap in new Date(value).