python-jose

Package — SecurityPython 3.7+Advanced

JOSE: JWS, JWE, JWK, JWT implementation

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
ecdsa, pyasn1, rsa
Install
pip install python-jose[cryptography]

Learn by Difficulty

Quick Example

python
# Install: pip install python-jose[cryptography]
import python_jose

# Basic python-jose usage
print(f"Using python-jose")
# See documentation for detailed examples

python-jose is a third-party package. JOSE: JWS, JWE, JWK, JWT implementation. Install with: pip install python-jose[cryptography]

Try in Playground

Tags

packagesecuritycryptographyauthentication