Releases: labd/node-federated-token
Releases · labd/node-federated-token
v0.11.0
Minor Changes
- c28e91c: Delete refreshToken if invalid
v0.10.0
Minor Changes
- b528dd5: Delete RefreshToken when a token is invalid (but not expired)
- 438e344: Throw TokenInvalidError for invalid tokens
v0.9.1
Patch Changes
-
58ded5e: Check for values modified in deserializeAccessToken
When you only set a value in a service, the token did not get updated in the gateway.
This was because the valueModified was only set after a token change, not just a value change.
This changes improves the check to fix that.
v0.9.0
Minor Changes
- 280da10: Improve cookie security settings by using __Host- where needed
v0.8.1
Patch Changes
- 3df5163: Don't use a async call for getSubject
v0.8.0
Minor Changes
- 1d2b7b3: Make the serialization of tokens more robust
- c2020cd: Add ability to set a jwt subject
v0.7.0
Minor Changes
- 645d0e3: Added support for setting values on token
v0.6.2
Patch Changes
- cfde937: Fix issues when running with bun by converting KeyObject to uint8
v0.6.1
Patch Changes
- ad77b2a: Delete the access token cookie when the token is invalid
v0.6.0
Minor Changes
- 6248b79: Implement cookie domain options