Skip to content

Instantly share code, notes, and snippets.

@lingxiankong
Last active November 26, 2024 06:41
Show Gist options
  • Save lingxiankong/d3d2d638b655ee0c15976542172ff16f to your computer and use it in GitHub Desktop.
Save lingxiankong/d3d2d638b655ee0c15976542172ff16f to your computer and use it in GitHub Desktop.
public_jwks
{
"crv": "P-256",
"key_ops": [
"verify"
],
"kty": "EC",
"x": "oK6WE-xIYM3_Wb2-Kri6bzNBnWuopLrKZ_fU0YizMYA",
"y": "DCeA-BEEKH03KcAYUzdMa9iQl3PRE-tO1QsstfiUdkI",
"alg": "ES256",
"use": "sig",
"kid": "c3838ec53721565922df050f662ff350"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment