-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a1388c
commit 58ded5e
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |