We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Depende da issue: #15
Criar um AuthController que terá a rota POST /auth/login recebendo o username e password do usuário que irá logar.
AuthController
POST /auth/login
username
password
Sugestões:
{ "username": "johndoe123", "password": "001@Mypassword", }
{ "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c", "issuedAt": "1714233677", "expireAt": "1714237277" }
The text was updated successfully, but these errors were encountered:
Eu quero!!!
Sorry, something went wrong.
Lukasveiga
Successfully merging a pull request may close this issue.
Depende da issue: #15
Criar um
AuthController
que terá a rotaPOST /auth/login
recebendo ousername
epassword
do usuário que irá logar.Sugestões:
Requisição
Resposta
The text was updated successfully, but these errors were encountered: