You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `Feature` : New setting for `jwt` struct: `issuer`, you can now set the issuer of tokens string or if not set, then cbSecurity will use the home page URI as the issuer of authority string.
* `Feature` : All tokens will be validated that the same `iss` (Issuer) has granted the token
Copy file name to clipboardExpand all lines: changelog.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@
14
14
* ES512
15
15
*`Feature` : Added a new convenience method on the JWT Service: `isTokenInStorage( token )` to verify if a token still exists in the token storage
16
16
*`Feature` : If no jwt secret is given in the settings, we will dynamically generate one that will last for the duration of the application scope.
17
+
*`Feature` : New setting for `jwt` struct: `issuer`, you can now set the issuer of tokens string or if not set, then cbSecurity will use the home page URI as the issuer of authority string.
18
+
*`Feature` : All tokens will be validated that the same `iss` (Issuer) has granted the token
17
19
*`Improve` : Ability to have defaults for all JWT settings instead of always typing them in the configs
18
20
*`Improve` : More cfformating goodness!
19
21
*`Bug` : Invalidation of tokens was not happening due to not using the actual key for the storage
0 commit comments