Skip to content

Instantly share code, notes, and snippets.

@zgorizzo69
Last active November 14, 2018 19:48
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 zgorizzo69/a3e28b7fe6bf7bb48d37c0bd84f20e72 to your computer and use it in GitHub Desktop.
Save zgorizzo69/a3e28b7fe6bf7bb48d37c0bd84f20e72 to your computer and use it in GitHub Desktop.
blockstack publickey inside authresponsetoken
{
header: {
alg: "ES256K"
typ: "JWT"
},
payload: {
core_token: null,
email: null,
exp: 1544801401,
hubUrl: "https://hub.blockstack.org",
iat: 1542209402,
iss: "did:btc-addr:18i5dXhP2rPCQFGjhQentVwpYSgDZNQ8Gr",
jti: "708ebb81-0c80-4949-908c-4de670706290",
profile: null,
public_keys: [
"03c283cdcebeb0d30c9e693e88cd61ba5b6290e8d84fb557dfecbca06a3f3fb2c2"
],
version: "1.2.0",
signature: "J6E5oLNyJsOctjq4rNax0b-wgqDiXj4fGODOCqQ98YDdN-CXwwcYxPMuw3M4pmqkuGV6CcllMGlF1pwrupQC6Q",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment