auth

Login handler

post/api/login

Request body

passwordstring required

Password for authentication

usernamestring required

Username for authentication

Response

Login attempt result

messagestring required

Human-readable message describing the result

successboolean required

Whether the login was successful

Changes