# Packages
No description provided by the author
# 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.
v3
The current version is v3
. v3
is for
- using `aws-sdk-go-v2
- requirng the context
import "github.com/nabeken/go-jwkset/v3"
Breaking Changes in v3
- Requring a context in the first argument as AWS SDK For Go v2 requires
Built-in fetcher implementation
- Plain HTTP
- AWS S3
- AWS Application Load Balancer
Versioning
This library follows Semantic Versions.
Development
go-jwkset
use https://github.com/uber-go/mock to generate mocks.
Generate mocks:
make gen
Generate a coverage report in HTML:
make cover