Adafruit-circuitpython-jwt

Latest version: v1.2.20

Safety actively analyzes 722141 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 5

1.0.0

JSON Web Token (JWT) Authentication module for CircuitPython. JSON Web Tokens are an open, industry standard [RFC 7519](https://tools.ietf.org/html/rfc7519) method for representing claims securely between two parties.

This library currently supports the following signature algorithms for JWT generation and verification:
* No encoding ("none")
* RS256/SHA-256 (via Adafruit_CircuitPython_RSA)
* RS384/SHA-384 (via Adafruit_CircuitPython_RSA)
* RS512/SHA-512 (via Adafruit_CircuitPython_RSA)


To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

Read the [docs](http://circuitpython.readthedocs.io/projects/jwt/en/latest/) for info on how to use it.

Page 5 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.