An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# cryptojwt

![License](https://img.shields.io/badge/license-Apache%202-blue.svg)
![Python version](https://img.shields.io/badge/python-3.7%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%203.12%203.13-blue.svg)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](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.