You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
farismosman edited this page Apr 24, 2013
·
4 revisions
Description:
Returns a token (rftr_session_token) in the cookie header upon authentication.
URL:
http://localhost:3000/api/login
Formats: JSON
HTTP Method: POST
Requires Authentication:
false
Parameters: user_name password
Returns:
Auth token in cookie header to be used in following API calls. Token should be used in the Authorization request header of the calls: request.setRequestHeader('Authorization', "RFTR_Token " + token)