Skip to content

Authentication

Alexandru Clapa edited this page Mar 11, 2017 · 7 revisions

We are currently using Devise Auth Token for authentication

Getting a token

POST request to https://project-run.herokuapp.com/users/sign_in. With email and password parameters The response will contain the following headers that needs to be send with every request in the header

access-token
client
token-type
uid
Clone this wiki locally