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

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.

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
```