https://github.com/andy2046/jwks
A library to retrieve keys from a JWKS (JSON Web Key Set) endpoint.
https://github.com/andy2046/jwks
golang jwkset jwt
Last synced: 10 months ago
JSON representation
A library to retrieve keys from a JWKS (JSON Web Key Set) endpoint.
- Host: GitHub
- URL: https://github.com/andy2046/jwks
- Owner: andy2046
- License: apache-2.0
- Created: 2019-03-17T13:44:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T06:40:48.000Z (about 7 years ago)
- Last Synced: 2025-03-20T23:27:08.411Z (over 1 year ago)
- Topics: golang, jwkset, jwt
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jwks
### A library to retrieve keys from a JWKS (JSON Web Key Set) endpoint.
### Install
```
go get github.com/andy2046/jwks
```