Hi folks,
I just tried out the with-prisma example and noticed that the user password is stored without be hashed.
In my opinion this is a major problem, because it teaches new users (which are likely to use templates like this one) insecure practices. Like back in the day when all SQL examples were done without prepared statements.
I would suggest adding a modern hash function like argon2id or scrypt. If you folks agree, I would create a PR.
Thanks for all the hard work!
meldron
Hi folks,
I just tried out the
with-prismaexample and noticed that the user password is stored without be hashed.In my opinion this is a major problem, because it teaches new users (which are likely to use templates like this one) insecure practices. Like back in the day when all SQL examples were done without prepared statements.
I would suggest adding a modern hash function like
argon2idorscrypt. If you folks agree, I would create a PR.Thanks for all the hard work!
meldron