-
-
Save elvisAR-git/7a977850e6f845dde92b4f5f1df54cf6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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