Zendro-dev / graphql-server

Skeleton NodeJS project for a graphQL server.
GNU General Public License v3.0
0 stars 1 forks source link

Use encrypted passwords instead of cleartext ones #18

Open asishallab opened 4 years ago

asishallab commented 4 years ago

Currently the default user model and sign in procedure use cleartext passwords.

This has to be changed to encrypted passwords.