-
-
Save lingxiankong/d3d2d638b655ee0c15976542172ff16f to your computer and use it in GitHub Desktop.
public_jwks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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