Closed shreyash3087 closed 4 weeks ago
Hello shreyash3087! Thanks for opening an issue in Ezyshop! 🚀
We'll get back to you as soon as possible.
Hope you star our Repo.
Join our Discord Server to collaborate and discuss further.
@mdazfar2 Kindly assign me this issue
Sure @mdazfar2
Hello @shreyash3087, this is a very good feature, but we are converting the entire code into the Next.js framework for easier backend integration. Once the Next.js conversion is complete, I will let you know so you can work on that issue.
checkout the Benzamin folder
Actually, I need to reach a total of 128 stars to get the Starstruck x2 badge achievement on my GitHub. Can you please help by Star our repository? ⭐
Description
Currently the user signup page uses localstorage to store the user's name and password while signing up, and while logging in it matches the password with the data stored in localstorage which is not the best way to authenticate user as this method will fail if a user switches his browser since the localstorage's data will not be stored in all the browsers.
I propose the Integration of MongoDB for User authentication to make it more secure reliable and better
Screenshots
Checklist