jpadilla / pyjwt

JSON Web Token implementation in Python
https://pyjwt.readthedocs.io
MIT License
4.99k stars 676 forks source link

Implement sub and jti check #959

Open eddy2by4 opened 1 month ago

eddy2by4 commented 1 month ago

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