Skip to content

Instantly share code, notes, and snippets.

@volkflo
Last active July 24, 2019 06:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save volkflo/280bd2653d0357013837598049e4211e to your computer and use it in GitHub Desktop.
Save volkflo/280bd2653d0357013837598049e4211e to your computer and use it in GitHub Desktop.
jwkstest
{
"keys": [
{
"kid": "test42",
"e": "AQAB",
"n": "dWe6PMTkCPV5KBj1PDLrkqM0T7et9AUSJA5gQpPsPGSTZq+8xLkZaJspQgAxhx15mkZrxoWHpX0FcUfn\/BNESChLXo\/fuHjAo46YbfKRI7SGJAGr0pXImduE4LRI4r\/fegVx+D9nEjy6Ydk7\/7bjWciUxBBGBDESzdzG4eJC3n8=",
"kty": "RSA",
"alg": "RS256"
},
{
"kid": "test43",
"e": "AQAB",
"n": "dWe6PMTkCPV5KBj1PDLrkqM0T7et9AUSJA5gQpPsPGSTZq+8xLkZaJspQgAxhx15mkZrxoWHpX0FcUfn\/BNESChLXo\/fuHjAo46YbfKRI7SGJAGr0pXImduE4LRI4r\/fegVx+D9nEjy6Ydk7\/7bjWciUxBBGBDESzdzG4eJC3n8=",
"kty": "RSA",
"alg": "RS256"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment