Created
August 13, 2019 18:26
-
-
Save calvincodes/3da3ec9eb1d2e3c0a9aaa708e0f515b6 to your computer and use it in GitHub Desktop.
Sample JWT Payload
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
{ | |
"id": "12345-abcde-67890-fghij", | |
"loginSource": "google_oauth", | |
"maxIdleTime": "1h" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment