Skip to content
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

set-jwt-verify.xml #4

Open
wyvern8 opened this issue Nov 16, 2017 · 2 comments
Open

set-jwt-verify.xml #4

wyvern8 opened this issue Nov 16, 2017 · 2 comments

Comments

@wyvern8
Copy link

wyvern8 commented Nov 16, 2017

this is really interesting - we are using the central auth behavior in order to verify jwt.. any detail on how to verify expiry as well as signing? btw, i have a little side project you might be interested in:

https://github.com/wyvern8/akamai-nginx

@colinbendell
Copy link
Owner

Are you using jwk as well? I have a second part to this that does the jwk bits as well that plugs into this jwt verifier.

@wyvern8
Copy link
Author

wyvern8 commented Nov 17, 2017

we are using a jwt library from auth0 to check the signing with local pubkey, and the "exp" attribute of the jwt to validate assertions. exp is just a timestamp, so should be easy enough to add i guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants