jpadilla / pyjwt

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

Validate 'sub' and 'jti' claims for the token #991

Closed Divan009 closed 1 month ago

Divan009 commented 1 month ago

new pr #1005

Divan009 commented 1 month ago

thanks, can you please make sure there's test coverage in place for these changes?

Will do.

Update: @jpadilla Added the test cases

Divan009 commented 1 month ago

@jpadilla No problem! Updated it 😺