jpadilla / pyjwt

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

Added verifying detached payload JWS with JWK #997

Closed 0xSolanaceae closed 1 month ago

0xSolanaceae commented 1 month ago

Added this functionality https://github.com/jpadilla/pyjwt/issues/851#issue-1535575913

Also made some minor syntax improvements.

0xSolanaceae commented 1 month ago

Absolutely, sorry about that. Here is the updated pull request: https://github.com/jpadilla/pyjwt/pull/999