Skip to content

Instantly share code, notes, and snippets.

@tompedals
Last active August 29, 2015 14:15
Show Gist options
  • Save tompedals/1446b2c158a954741394 to your computer and use it in GitHub Desktop.
Save tompedals/1446b2c158a954741394 to your computer and use it in GitHub Desktop.
Status Response
200 ```json
{
"id": 10,
"username": "alanpartridge",
"email": "alan@alan.com",
"password_hash": "$2a$10$uhUIUmVWVnrBWx9rrDWhS.CPCWCZsyqqa8./whhfzBZydX7yvahHS",
"password_salt": "$2a$10$uhUIUmVWVnrBWx9rrDWhS.",
"created_at": "2015-02-14T20:45:26.433Z",
"updated_at": "2015-02-14T20:45:26.540Z"
}
```
400
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment