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

Fix issue with nbf claim #177

Merged
merged 4 commits into from
Aug 26, 2023
Merged

Conversation

lannuttia
Copy link
Contributor

This addresses the issue that I had pointed out in #175 . In this PR, I added validation of the nbf claim. Naturally, I also added tests to validate that sessions with future an nbf in the future result in an empy session dict and that a session with an nbf in the past results in a populated session dict. There appeared to be some pre-commit hook version issues with some versions of python that I also fixed.

@aogier
Copy link
Owner

aogier commented Aug 26, 2023

super! Thank you!

@aogier aogier merged commit 28d7a55 into aogier:develop Aug 26, 2023
6 checks passed
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.

2 participants