Created
March 16, 2026 21:58
-
-
Save MehdiRaash/62bcc8e52ea2f1efd36b4daacec85dbf to your computer and use it in GitHub Desktop.
JWKS for polymath-dev Web3Auth verifier
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": "RSA", | |
| "kid": "7bc8735d4c605d8d1b43", | |
| "use": "sig", | |
| "alg": "RS256", | |
| "n": "kL3eYZzKlYp9UuwR2vTq2OqLi2Uvc4vPSbCvIjmlE1usDXY9D1dZtN1SMhxpTfZW0rHTKe-_xDwpLELAEo1alJlF52S80GFKhL1d0fy35oWBfKdKXENcLAUa1V1yCoYkXiEYzcv4icAXeqwfqOmVPCaMpdbPm1Zmx7CeQfhaFAADn95fFM7XkZ7Q8yEwbLmQu7C6HRzzLcDoFABulM3SA7KTUdCDfP7CplJcMB9Ur4aBAnklyw1zlNAN-7Z8Pe5thTMw8NvY44PBSPdwahplkp_d0B_JWxtp57uqJylZycIDvXntOJHZkGCZgP9ifToo5cFt-cgtImx7LvCG66f_UQ", | |
| "e": "AQAB" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment