Skip to content

Instantly share code, notes, and snippets.

@beleidy
Created February 9, 2019 14:01
Show Gist options
  • Save beleidy/da855ed58a6b98a0436770a126946611 to your computer and use it in GitHub Desktop.
Save beleidy/da855ed58a6b98a0436770a126946611 to your computer and use it in GitHub Desktop.
if jwks_uri is not None:
response = requests.get(jwks_uri)
response_json = response.json()
keys = response_json.get("keys", None)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment