Log in with email
Auth
Log in with email
Authenticate an existing user with their email address and password.
POST
Log in with email
Signs in an existing user using Firebase Authentication. Returns a JWT token on success.
This endpoint does not require authentication.
Request body
The email address associated with the account.
The account password. Validated by Firebase Authentication.
Response
200 — Success
A signed JWT valid for 1000 days. Pass this value in the
x-access'courser-auth-token header on authenticated requests.Always
"Login successful".401 — Incorrect credentials
"Incorrect email or password"Example
200
401