Created
January 25, 2024 13:34
-
-
Save shahbaz17/79dd0aa58961226c77aa8d3b247091a1 to your computer and use it in GitHub Desktop.
GitHub Oauth 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
{ | |
"kty": "RSA", | |
"n": "4lA8JEFo-XxygIuNujNCzVVNAqyaGuacC1vBGvb5yQEv83bXfdnrpJArCqBYOLaGQlvhQ4uU60hF8shaGoy8IJ1CDjyioaqjReUN1VOXiWxH7uePbFWqR6s_bFB1fIGlQDRh49o7Zsvk0mgQg_fb2Ojl9jIR0G6e5kxn1XXNB6Zpe4HCgcVt9dhOAOblW9pJwuOXTesUpSKLQa0hGECCf7GvvdbGSqERnudzd1IG5R_zOKrfKlfRR5nGu1st04tlfGTS_ffJ_2RpFr48_-zWRrQct_syjollrToEChN6EKcfJto0tJnP-_UiYRc6EyzLWLwEyG15a7c4oHWYih8Zrw", | |
"e": "AQAB", | |
"ext": true, | |
"kid": "33c21a45d72adfdc99a20", | |
"alg": "RS256", | |
"use": "sig" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment