Skip to content

Instantly share code, notes, and snippets.

@debianmaster
Last active February 20, 2024 16:04
Show Gist options
  • Save debianmaster/899d78c56ba048e5a713fe9f37fe467c to your computer and use it in GitHub Desktop.
Save debianmaster/899d78c56ba048e5a713fe9f37fe467c to your computer and use it in GitHub Desktop.
jwks.json
{
"crv": "P-256",
"key_ops": [
"verify"
],
"kty": "EC",
"x": "ZuuYsUCk32GoFmwrTJ-AV6wkEe5b5aDw3RuDQ3HYE80",
"y": "E2QrjlebU3iqkivxSmj_fYArTiu_dbLSgwwTuV76mTE",
"alg": "ES256",
"use": "sig",
"kid": "d36dec3c269c30b75aa5dbeed10e3e7a"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment