Skip to content

Commit

Permalink
add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
korsvanloon committed Feb 20, 2024
1 parent 4a1388c commit 58ded5e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/giant-badgers-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@labdigital/federated-token": patch
---

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.

0 comments on commit 58ded5e

Please sign in to comment.