-
Notifications
You must be signed in to change notification settings - Fork 930
JwtService get all claims #70
Copy link
Copy link
Open
Description
The method extractAllClaims includes method parseSignedClaims which will throw exception if the token has expired. There is another function to check if the token has expired. it will return true if it doesn't expire. For other claims we want to extract, it doesn't work unless the token doesn't expire. I think this is not so correct in the scenario where I just need to extract claims without checking if it is valid or not.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels