python-jose
https://github.com/mpdavis/python-jose
Python
A JOSE implementation in Python
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported2 Subscribers
Add a CodeTriage badge to python-jose
Help out
- Issues
- Add unencoded payload option and move JWT type out of JWS
- Replace json with orjson
- JWS.sign() hardcodes "typ": "JWT"
- cryptography backend always throws JWSSignatureError, but native backend works
- jwk construction: impossible to NOT raise an exception with A256GCM algo
- pyca/cryptography is vulnerable to Bleichenbacher attacks on PKCS#1 v1.5 decryption
- Improve jwt.decode key doc
- Wrong type of exception raised if required claim is missing in jwt.decode
- Next PyPi release?
- CVE-2020-25658 - Bleichenbacher-style timing oracle in PKCS#1 v1.5 decryption code
- Docs
- Python not yet supported