Rajat2024 / NoteBook

Here notebook is created using React as a frontend and NodeJS as a backend. Here you can add , delete and update notes in your Mongoose database. You create a password using express validation , authentication using JWT Token and salting. An easy way to sign up and log in a notebook, context for data passing through the component.
https://mern-notebook.onrender.com/
0 stars 1 forks source link

User password is stored in database without hashing #190

Closed tushar-daiya closed 8 months ago

tushar-daiya commented 8 months ago

The user's password is stored in the database in two fields "password" and "originalpassword" where the originalpassword is stored without hashing .

image

If its for testing purpose then its okay otherwise its a bug.

Rajat2024 commented 8 months ago

Ok I know this