Categorygithub.com/nabeken/go-jwkset

# README

go-jwkset

Go BSD License

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

Versioning

This library follows Semantic Versions.

# Packages

No description provided by the author