snips-dev-team / todo-app

0 stars 0 forks source link

Encrypt password on the server side #1

Open LucasDivino opened 3 years ago

LucasDivino commented 3 years ago

Passwords should be encrypted.

PauloMesquita commented 3 years ago

More info: Passwords should be encrypted server side to prevent hash attacks This change is possible because we'll use https in frontend to prevent man in the middle attacks