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

Increase session token JWT leeway #1008

Merged
merged 1 commit into from
Aug 22, 2022
Merged

Increase session token JWT leeway #1008

merged 1 commit into from
Aug 22, 2022

Conversation

paulomarg
Copy link
Contributor

WHY are these changes introduced?

We currently have a 5s grace period for validating JWTs from session token, but there are cases where that is not long enough and we still end up failing to validate the token.

WHAT is this pull request doing?

Increase the period to 10s which seems to eliminate the problem for good.

Type of change

  • Patch: Bug (non-breaking change which fixes an issue)

Checklist

  • I have added a changelog entry, prefixed by the type of change noted above

@paulomarg paulomarg requested a review from a team as a code owner August 22, 2022 16:06
Copy link
Contributor

@tatsuya tatsuya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

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

Successfully merging this pull request may close these issues.

None yet

3 participants