-
Notifications
You must be signed in to change notification settings - Fork 274
FR: jwt validate #85
Copy link
Copy link
Closed
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
We should have some functionality to verify JWT's.
-
General validation of jwt
-
Validation of a Google JWT
(Get and cache Google's certificates - validate: iss, iat?, & exp) -
Validation of a Firebase JWT
(get and cache Firebase certificates, validate: iss, iat, & exp) -
Validate Identity provider tokens as well. (FB, Twitter, Github, etc.)
See https://github.com/auth0/java-jwt
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.