Passwords should be saved hashed
Opened this issue · 1 comments
ishayhil commented
We should save passwords hash (sha256 for example) instead of saving the raw password. Raw password isn't secured and can be accessed very easily.
ophirhan commented
This module can be used:
https://thibaultcha.github.io/lua-argon2/