Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include user in login result #163

Merged
merged 2 commits into from
Jan 30, 2014
Merged

Commits on Jan 30, 2014

  1. Describe access_token param of User.logout

    Add an explicit note that clients are not supposed to send the
    `access_token` parameter, since it is extracted from request
    headers.
    Miroslav Bajtoš committed Jan 30, 2014
    Configuration menu
    Copy the full SHA
    03cb2f0 View commit details
    Browse the repository at this point in the history
  2. Add include=user param to User.login

    Allow LB clients to get details of the currently logged-in user
    as part of the login response.
    
    Improve method's `description` to mention this new option.
    Miroslav Bajtoš committed Jan 30, 2014
    1 Configuration menu
    Copy the full SHA
    d6f0b5f View commit details
    Browse the repository at this point in the history