{"id":20023419,"url":"https://github.com/niku/jwk_store","last_synced_at":"2026-05-06T16:09:08.061Z","repository":{"id":66601500,"uuid":"213890709","full_name":"niku/jwk_store","owner":"niku","description":"Just use JWK without worrying about refreshing","archived":false,"fork":false,"pushed_at":"2019-10-10T10:53:58.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-12T16:41:32.507Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/niku.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-09T10:39:21.000Z","updated_at":"2019-10-10T10:53:59.000Z","dependencies_parsed_at":"2023-02-27T10:31:06.486Z","dependency_job_id":null,"html_url":"https://github.com/niku/jwk_store","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niku%2Fjwk_store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niku%2Fjwk_store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niku%2Fjwk_store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niku%2Fjwk_store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niku","download_url":"https://codeload.github.com/niku/jwk_store/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241455454,"owners_count":19965611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T08:46:23.286Z","updated_at":"2026-05-06T16:09:03.041Z","avatar_url":"https://github.com/niku.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JWKStore\n\nSome JWT issuer(e.g. [google](https://developers.google.com/identity/protocols/OpenIDConnect)) refreshes JWK periodically.\nTo make you just use JWK without worrying about refreshing, this library handles refreshing JWK automatically.\n\nNote: **Current status is experimental**.\n\n## Usage\n\n```elixir\nuri = URI.parse(\"https://www.googleapis.com/oauth2/v3/certs\")\n{:ok, supervisor} = JWKStore.start_link(uri)\nJWKStore.lookup(\"__input_kid_here__\")\n# %{\n#   \"alg\" =\u003e \"RS256\",\n#   \"e\" =\u003e \"AQAB\",\n#   \"kid\" =\u003e \"8c58e138614bd58742172bd5080d197d2b2dd2f3\",\n#   \"kty\" =\u003e \"RSA\",\n#   \"n\" =\u003e \"yf3ymX8X1Q-vGALjH5eW56DQY2eJMoVzIn35IsxqSRpDEdoC-mp7EmC63feBp_1uRR9ITCwliuNYAV1yOmpSOstGDRknhp5mzmc_EovqDH4jwI_TWmsDMDZ7rHTKq5DFKzAVJlkk85OLbbt1PU1ZCF2eYtCzb57STrhvhmuAPgmoqROmNUKF5BcBQw7pvKqV2CjJRdKUmxs_zW9qNUYyDZaPYMfiloGjytsFsPp-lyQyxbXJoUbUD7jA6cUb3mOtzpROAgkYZyS740g-GZcVLapqAwC6UZxlCN-lXbGab7c-QrCMvDwfu2U3AQSvI38u95MabrjHZWsWRCbqJVfHIw\",\n#   \"use\" =\u003e \"sig\"\n# }\n```\n\n## Installation\n\n```elixir\ndef deps do\n  [\n    {:jwk_store, github: \"niku/jwk_store\"}\n  ]\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniku%2Fjwk_store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniku%2Fjwk_store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniku%2Fjwk_store/lists"}