Authentication

Log in user

Authenticates a user with their credentials and returns an access token if successful.

post/auth/login

Request body

usernamestring required

The username of the user.

passwordstring password required

The password for the user.

Response

Login successful. Returns the access token.

Changes