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
Currently, The JWT claims are generating in JwtTokenService and these are not customizable for the end-developers.
We should solve this issue with the Decorator pattern.
So, we will have an interface for the JWT claim decorators and we will implement a manager to handle decoration:
Currently, The JWT claims are generating in
JwtTokenService
and these are not customizable for the end-developers.We should solve this issue with the Decorator pattern.
So, we will have an interface for the JWT claim decorators and we will implement a manager to handle decoration:
Finally, we should implement a default decorator and we will use
UserJwtClaimsManager
inJwtTokenService
The text was updated successfully, but these errors were encountered: