Skip to content

Session Routes

Alex-Aralis edited this page Jun 28, 2017 · 2 revisions

Session Routes

Create New Session

Authentication NOT required. Returns a token for the user email if the password is correct.

POST /session

requires

{ 
  email: String,
  password: String
}

returns

{
  token: String
}

Clone this wiki locally