check if login & pass correspond to values in DB and return JWT token

post/login

Request body

teamnamestring
passwordstring

Response

successful operation

tokenstring

JWT access token

Example response

{
  "bot": {
    "team_id": "TB9KS3E13",
    "team_name": "example",
    "password": "example",
    "reporting_channel": "TBA234GH",
    "reporting_time": "9:00"
  }
}

Changes