ServerOpenapi

Login

Authenticates a user and issues a JWT cookie.

POST
/auth/login

Authenticates a user and issues a JWT cookie.

Request Body

application/json

Credentials

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://loading/api/v1/auth/login" \  -H "Content-Type: application/json" \  -d '{}'
{}
{
  "property1": "string",
  "property2": "string"
}
{
  "property1": "string",
  "property2": "string"
}
{
  "property1": "string",
  "property2": "string"
}