labd / node-federated-token

Tokens for federated services
MIT License
1 stars 0 forks source link

Check for values modified in deserializeAccessToken #27

Closed korsvanloon closed 6 months ago

korsvanloon commented 6 months ago

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 PR improves the check to fix that.

mvantellingen commented 6 months ago

Cool, can you add a changeset file? pnpm changeset ?