Skip to content

Instantly share code, notes, and snippets.

@elvisAR-git
Forked from codesword/claims.json
Created December 7, 2022 06:40
Show Gist options
  • Save elvisAR-git/7a977850e6f845dde92b4f5f1df54cf6 to your computer and use it in GitHub Desktop.
Save elvisAR-git/7a977850e6f845dde92b4f5f1df54cf6 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