Registry / auth / micahparks-keyfunc-v2

micahparks-keyfunc-v2

JSON →
library2.1.0gogounverified

Package keyfunc provides a JWK Set client for fetching and caching JSON Web Keys from remote endpoints.

go get github.com/MicahParks/keyfunc/v2
INSTALL
IMPORT
SIG · MICAHPARKS-KEYFUNC
M
micahparks-keyfunc-v2
authgov2.1.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/v2

Fetch a JWK Set from a remote URL

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
micahparks-keyfunc-v2 — go get micahparks-keyfunc-v2 · libregistry