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

Fix Login As Guest Option #146

Closed kartikjoshi267 closed 1 year ago

kartikjoshi267 commented 1 year ago

Fixes #133 Now, it creates a new user with email guest@gmail.com whenever a user clicks Login As Guest button. If a guest@gmail.com already exists in the database, then it deletes that particular entry and again creates a new entry. This has been done because Login as Guest option does not guarantee saving of data.