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
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:
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.
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
The text was updated successfully, but these errors were encountered: