-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FR: jwt validate #85
Comments
@anthmgoogle @garrettjonesgoogle It may be a few weeks, but I need to do this for one of my projects, once that's done, I'd like to contribute it here. Any suggestions or comments? |
They seem to have a java library, once I've written code against it, I'll close this. |
+1 , IAP samples use Nimbus-JOSE-JWT. We require |
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
The text was updated successfully, but these errors were encountered: