Skip to content

Instantly share code, notes, and snippets.

@NoelDavies
Created October 23, 2012 20:45
Show Gist options
  • Save NoelDavies/3941431 to your computer and use it in GitHub Desktop.
Save NoelDavies/3941431 to your computer and use it in GitHub Desktop.
{
"error": "", // error String
"login_successful": true, // did user login successfully
"login_attempts_remaining": 4, // how many login attempts on that account are left
"subscription_valid": true, // is the subscription valid?
"subscriptions_ends": 1234546767, // timestamp
"last_login": 123456789, // timestamp
"auth_token": "098f6bcd4621d373cade4e832627b4f6", // to be sent with every new request
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment