https://github.com/marpaia/jwks
A lightweight Python library for JSON Web Key Sets
https://github.com/marpaia/jwks
auth0 jwks jwt
Last synced: about 1 month ago
JSON representation
A lightweight Python library for JSON Web Key Sets
- Host: GitHub
- URL: https://github.com/marpaia/jwks
- Owner: marpaia
- License: mit
- Created: 2021-03-18T23:27:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T00:01:24.000Z (about 4 years ago)
- Last Synced: 2025-02-27T09:26:10.520Z (about 2 months ago)
- Topics: auth0, jwks, jwt
- Language: Python
- Homepage: https://tools.ietf.org/html/rfc7517
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JWKS
This repository contains a lightweight Python library for using JSON Web Key Sets in your application. See the [Auth0 docs](https://auth0.com/docs/tokens/json-web-tokens/json-web-key-sets) and [the spec](https://tools.ietf.org/html/rfc7517) for more information on JWKS.