Skip to content

Instantly share code, notes, and snippets.

@jackkleeman
Last active July 18, 2023 14:17
Show Gist options
  • Save jackkleeman/c391e37f02d8c8b7666af240794fa7aa to your computer and use it in GitHub Desktop.
Save jackkleeman/c391e37f02d8c8b7666af240794fa7aa to your computer and use it in GitHub Desktop.
jwks.json
{
"keys": [
{
"kty": "EC",
"use": "sig",
"crv": "P-256",
"kid": "1",
"x": "L6VMeCZ1hB0DrnyIeMowYvjqtaI3BkiScYEoDjpWu3I",
"y": "jGWplIhxz8cC732WBiKMgA5Ydw3KwF4w1byEooSqS-E",
"alg": "ES256"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment