User Auth Api
Categories
Component ID
2570015
Component name
User Auth Api
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
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
