# README
go-jwkset
go-jwkset is a library to fetch JSON Web Key ("JWK") Set on top of go-jose/go-jose/v4 library. go-jwkset allows you to build a cache-ware custom fetcher for JWKSet.
v2
The master
branch is for v2 version of the library. Please import the library with the following.
import "github.com/nabeken/go-jwkset/v2"
Built-in fetcher implementation
- Plain HTTP
- AWS S3
- AWS Application Load Balancer
Versioning
This library follows Semantic Versions.
# Packages
No description provided by the author