Implement sub and jti check
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
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
@jpadilla I've opened a PR #991 which can close this issue. Do let me know if it needs changes
@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 !
@jpadilla @eddy2by4 I will write the test cases and fix the issue
Update: Added the Test cases