python-jose
Package — APIPython 3.7+Intermediate
JOSE: JWS, JWE, JWK, JWT for API authentication
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 for API authentication. Install with: pip install python-jose[cryptography]
Try in PlaygroundTags
packageapirestweb