Last active
July 18, 2023 14:17
-
-
Save jackkleeman/c391e37f02d8c8b7666af240794fa7aa to your computer and use it in GitHub Desktop.
jwks.json
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
{ | |
"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