dlvisidro / terrain

0 stars 0 forks source link

API: [POST] `token` end-point #5

Open sync-by-unito[bot] opened 1 month ago

sync-by-unito[bot] commented 1 month ago

Create auth token

Request Body:

{
  "username": string,
  "password": string
}

Response:

{“token”: JWT/string}

┆Issue is synchronized with this Trello card by Unito

sync-by-unito[bot] commented 1 month ago

➤ Dian Leithon Isidro commented:

Learning how to create an endpoint