pyjwt icon indicating copy to clipboard operation
pyjwt copied to clipboard

Implement sub and jti check

Open eddy2by4 opened this issue 1 year ago • 1 comments

Hello, As per the jwt.org site, our library does not fully support all checks. https://jwt.io/libraries?language=Python

Do we have a timeline for when sub and jti check might be implemented?

Thanks

eddy2by4 avatar May 31 '24 19:05 eddy2by4

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

github-actions[bot] avatar Jul 31 '24 01:07 github-actions[bot]

@jpadilla I've opened a PR #991 which can close this issue. Do let me know if it needs changes

Divan009 avatar Oct 02 '24 03:10 Divan009

@Divan009 thanks for the great for fixing this issue. The codecoverage test fails though on your PR. When you have some free time, can you please take a look ?

Thanks again for your contribution !

eddy2by4 avatar Oct 07 '24 18:10 eddy2by4

@jpadilla @eddy2by4 I will write the test cases and fix the issue

Update: Added the Test cases

Divan009 avatar Oct 08 '24 07:10 Divan009