Login User

Retrieve user token and user given username and password.

Request

URL

/api/v1/auth/user

Parameters

Username
Name to register user
Password
Password to register user

Response

{
  "username": string,
  "account": string,
  "is_api_superuser": bool,
  "token": string
}