Releases: labd/node-federated-token
Releases · labd/node-federated-token
@labdigital/[email protected]
Minor Changes
- 5d091fd: Split the package in a
core
and aapollo
specific package. This makes it
possible to support other gateways/servers in the future
@labdigital/[email protected]
Patch Changes
- 5026ab2: Create CommonJS exports
- Updated dependencies [5026ab2]
- @labdigital/[email protected]
@labdigital/[email protected]
Patch Changes
- 8cb1d63: Export
PublicFederatedTokenContext
@labdigital/[email protected]
Minor Changes
- 5d091fd: Split the package in a
core
and aapollo
specific package. This makes it
possible to support other gateways/servers in the future
Patch Changes
- Updated dependencies [5d091fd]
- @labdigital/[email protected]
v0.12.1
v0.12.0
v0.11.0
v0.10.0
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.