Skip to content

Instantly share code, notes, and snippets.

@codesword
Last active December 7, 2022 06:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save codesword/dfc1f3b783dc34e281052073eb6bc13e to your computer and use it in GitHub Desktop.
Save codesword/dfc1f3b783dc34e281052073eb6bc13e to your computer and use it in GitHub Desktop.
{
"UserInfo": {
"id": "#{USER_ID}",
"email": "#{USER_EMAIL}",
"first_name": "#{USER_FIRST_NAME}",
"last_name": "#{USER_LAST_NAME}",
"name": "#{USER_NAME}",
"picture": "#{USER_PROFILE_PICTURE}",
"roles": {
"#{ROLE_NAME}": "#{ROLE_ID}"
},
"permissions": {
"#{PERMISSION_NAME}": "#{PERMISSION_ID}",
}
},
"exp": 1485415857
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment