Skip to content

Instantly share code, notes, and snippets.

@maisonm
Created July 30, 2018 03:52
Show Gist options
  • Save maisonm/cf4e669e311269e162482b7f329d1331 to your computer and use it in GitHub Desktop.
Save maisonm/cf4e669e311269e162482b7f329d1331 to your computer and use it in GitHub Desktop.
{
"message": "Successful log in",
"authorizedData": {
"user": {
"username": "user123",
"password": "1234",
"firstName": "Jon",
"lastName": "Doe",
"dob": "12/11/1991",
"email": "[email protected]",
"address": {
"street": "555 Bayshore Blvd",
"city": "Tampa",
"state": "Florida",
"zip": "33813"
}
},
"iat": 1532916610,
"exp": 1532920210
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment