{"id":52431,"library":"micahparks-keyfunc","title":"Keyfunc","description":"A Go library for fetching and caching JSON Web Key Sets (JWKS) from remote sources.","status":"active","version":"1.9.0","language":"go","source_language":null,"source_url":"https://github.com/MicahParks/keyfunc","tags":["jwt","jwks","authentication","crypto","security"],"install":[{"cmd":"go get github.com/MicahParks/keyfunc","lang":"bash","label":"Install github.com/MicahParks/keyfunc"}],"dependencies":[],"imports":[{"symbol":"keyfunc","correct":"github.com/MicahParks/keyfunc"}],"quickstart":{"code":"package main\n\nimport (\n\t\"log\"\n\t\"github.com/MicahParks/keyfunc\"\n)\n\nfunc main() {\n\tjwksURL := \"https://example.com/.well-known/jwks.json\"\n\tk, err := keyfunc.Get(jwksURL)\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\t_ = k\n}","lang":"go","description":"Fetch a JWKS from a URL and create a keyfunc."},"warnings":[],"env_vars":null,"search_vec":"'authent':19 'cach':8 'crypto':20 'fetch':6 'go':3 'json':9 'jwks':13,18 'jwt':17 'key':11 'keyfunc':1 'librari':4 'remot':15 'secur':21 'set':12 'sourc':16 'web':10","created_at":"2026-06-15T06:54:22.744331+00:00","updated_at":"2026-06-15T06:54:22.744331+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/MicahParks/keyfunc","github":"https://github.com/MicahParks/keyfunc","docs":"https://pkg.go.dev/github.com/MicahParks/keyfunc#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["auth","crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}