Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marpaia/jwks
A lightweight Python library for JSON Web Key Sets
https://github.com/marpaia/jwks
auth0 jwks jwt
Last synced: 11 days 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T00:01:24.000Z (almost 4 years ago)
- Last Synced: 2024-12-29T10:34:48.689Z (about 1 month 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.