Skip to content

Instantly share code, notes, and snippets.

@ianaz
Created May 23, 2018 12:15
Show Gist options
  • Save ianaz/e26a17d11326010f5141de542681dda4 to your computer and use it in GitHub Desktop.
Save ianaz/e26a17d11326010f5141de542681dda4 to your computer and use it in GitHub Desktop.
JSON payload
{
isActionRequired: true,
payload: JWT_ENCRYPTED({
"requiresData": true,
"requiresLinking": false,
"requiresMigration": true,
"linkingPayload": null,
"userData": {
"zipCode": "",
"city": "",
"tos": false,
"tosClient": false,
"marketing": false
},
"iat": 1527073249,
"exp": 1527159649,
"aud": "vN4RZ67mjMoLdY4nOfz8z8Nu75lKklqY",
"iss": "https://rsso-dev.tdf.ringier.ch/"
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment