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

[BUG]: JWT exp not calculated properly #16166

Closed
niden opened this issue Oct 17, 2022 · 1 comment · Fixed by #16165
Closed

[BUG]: JWT exp not calculated properly #16166

niden opened this issue Oct 17, 2022 · 1 comment · Fixed by #16165
Assignees
Labels
bug A bug report status: high High

Comments

@niden
Copy link
Member

niden commented Oct 17, 2022

The JWT exp claim is not properly calculated

RFC 7519, 4.1.4., The processing of the "exp" claim requires that the current date/time MUST be before the expiration date/time listed in the "exp" claim. So Validator must produce an error if current timestamp is grater than "exp" claim.

@niden
Copy link
Member Author

niden commented Oct 17, 2022

Resolved in #16165

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug report status: high High
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant