DEV Community

Mehak Saini
Mehak Saini

Posted on

Day 24 of 365 Days of Code

Added bcrypt module to my application to encrypt the password before storing it to mongoDB. In addition, added the jwt token code logic and store it to the db.
Next Steps: Make a call from client(react) to submit the form and do the validations on the server(graphQL-express) side

Top comments (0)