-
Notifications
You must be signed in to change notification settings - Fork 361
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
Expiration skew #237
Comments
Merged
5 tasks
Thanks for the quick reply. I guess I'll have to wait till it's stable. Thanks for your amazing work. |
Fixed by #234 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! is there a way to add an expiration skew to the
jwt.Parse()
function to add for example 5 minute buffer for expiry?let's say the token expired at 12:50:30 and now it is 12:53:05 since we are still within a 5-minute window, the JWT should be accepted as valid.
The text was updated successfully, but these errors were encountered: