authenticate

Authenticate user

Authenticate a user with username and password.

post/authenticate

Request body

usernamestring required

The User name provided by the user during registeration

passwordstring password required

The user's password.

Response

Authenticated the user.

Successboolean
messagestring

Authentication success message.

Changes