authentication

Login

Login with email and password Returns JWT token on success

post/api/auth/login

Request body

emailstring email required
passwordstring required

Response

Successful Response

access_tokenstring required
token_typestring
userobject required

Changes