Authentication

Authenticate user and get JWT token

Authenticate a user with email and password to receive a JWT token

post/authenticate

Request body

emailstring email required

User email address

passwordstring required

User password

Response

Authentication successful

Changes