https://github.com/identitypython/jwtconnect-python-cryptojwt
An implementation of RFC 7515-18 using Cryptography
https://github.com/identitypython/jwtconnect-python-cryptojwt
Last synced: 2 months ago
JSON representation
An implementation of RFC 7515-18 using Cryptography
- Host: GitHub
- URL: https://github.com/identitypython/jwtconnect-python-cryptojwt
- Owner: IdentityPython
- License: apache-2.0
- Created: 2017-12-18T12:06:31.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T19:42:00.000Z (9 months ago)
- Last Synced: 2025-03-31T05:05:57.827Z (8 months ago)
- Language: Python
- Size: 1.25 MB
- Stars: 14
- Watchers: 9
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# cryptojwt


[](https://github.com/psf/black)
An implementation of the JSON cryptographic specs JWS, JWE, JWK, and JWA [RFC 7515-7518] and JSON Web Token (JWT) [RFC 7519]
Please read the [Official Documentation](https://cryptojwt.readthedocs.io/en/latest/) for getting usage examples and further informations.