Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This module let user to login to Drupal 7 site via API POST method.
Login Drupal without loading the login form.

Your client required to support cookie
It would return a JSON result.
It would be very useful when develop mobile app or desktop application with login function.
Since it do not required to load the site pages, hence lighter traffic.

Post params:
name = {login user name}
pass = {login user password}
form_id = user_auth_api_login_form1

TODO: Display error message when incorrect password, currently just display login_status is logged_out

AttachmentSize
user_auth_api-7.x-1.x-dev.zip1.45 KB

Project information