@eventuras/fides-auth@0.9.0
·
32 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Minor Changes
- 7bcf252: Type
tokens.accessTokenExpiresAt/tokens.refreshTokenExpiresAtas ISO 8601stringinstead ofDate. The session is a JSON/JWT envelope, so these values are always strings on the wire — theDatetype was a lie after avalidateSessionJwtround-trip. Consumers doing date math should wrap innew Date(value).