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

Added endpoint for customer login #6133

Closed
wants to merge 3 commits into from
Closed

Added endpoint for customer login #6133

wants to merge 3 commits into from

Commits on Aug 29, 2014

  1. Added endpoint for customer login

    Artem Kolotilkin committed Aug 29, 2014
    1 Configuration menu
    Copy the full SHA
    a4fe826 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2014

  1. Code refactoring

    1. Renamed method from Login to Authenticate
    2. Changed wp_signon to wp_authenticate
    3. Changed WP_Error return code to 401 (Unauthorized)
    4. Removed hook and success status code
    Artem Kolotilkin committed Aug 30, 2014
    Configuration menu
    Copy the full SHA
    2f9e2da View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2014

  1. Fixed typo

    Artem Kolotilkin committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    f1686dc View commit details
    Browse the repository at this point in the history