Authentication
Auth Login
Authenticates a user by username and password. Returns a session token in an HttpOnly cookie.
POST
Purpose: Authenticates a user with a username and password, returning a session token in an HttpOnly cookie.
Body
application/json
Credentials for logging in.
The body is of type object
.
Response
200
application/json
User successfully authenticated.
The response is of type object
.