jpadilla / pyjwt

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

Removes kid presence verification #858

Closed dehy closed 8 months ago

dehy commented 1 year ago

Per the RFC 7517, the kid key is optional.

This PR removes the check for a non-None value.

dehy commented 1 year ago

Is there any problem with this PR ?