Registry / auth / micahparks-keyfunc

micahparks-keyfunc

JSON →
library1.9.0gogounverified

A Go library for fetching and caching JSON Web Key Sets (JWKS) from remote sources.

go get github.com/MicahParks/keyfunc
INSTALL
IMPORT
SIG · MICAHPARKS-KEYFUNC
M
micahparks-keyfunc
authgov1.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

keyfunc
github.com/MicahParks/keyfunc

Fetch a JWKS from a URL and create a keyfunc.

package main import ( "log" "github.com/MicahParks/keyfunc" ) func main() { jwksURL := "https://example.com/.well-known/jwks.json" k, err := keyfunc.Get(jwksURL) if err != nil { log.Fatal(err) } _ = k }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.9.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
21
Resources
micahparks-keyfunc — go get micahparks-keyfunc · libregistry