Uno-Online / uno-backend

https://documenter.getpostman.com/view/13271893/2s93RMVvtQ#bd451122-df4d-4b68-bc83-1516cfefa920
14 stars 7 forks source link

Criar rota para autenticar usuário #1

Closed heliokroger closed 1 year ago

heliokroger commented 1 year ago

Ao fazer um POST para /authentication/login eu desejo:

Exemplo de request:

{
  "username": "heliokroger",
  "password": "password"
}

Exemplo de response:

{
  "success": true,
  "token": "c8e7b54a-3c62-437f-a832-e55cf235786e"
}
Juninhoww2 commented 1 year ago

Poderia usar as libs bcrypt, jsonwebtoken, uuid?

heliokroger commented 1 year ago

@Juninhoww2 sim, o @Kaolhou vai fazer um PR com essas libs, inclusive.