mdazfar2 / Ezyshop

EzyShop is a user-friendly platform that connects you to local stores, offering a seamless shopping experience. Compare prices, access exclusive deals, and enjoy hassle-free deliveries for groceries, essentials, and organic products—all in one app.
https://ezyshopz.vercel.app
Apache License 2.0
131 stars 163 forks source link

[Feat]: Integration of MongoDB for User Signup and Login #522

Open shreyash3087 opened 4 days ago

shreyash3087 commented 4 days ago

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

screencapture-ezyshopz-vercel-app-RegisterPages-register-html-2024-10-12-23_38_41

Checklist

github-actions[bot] commented 4 days ago

Hello shreyash3087! Thanks for opening an issue in Ezyshop! 🚀

shreyash3087 commented 4 days ago

@mdazfar2 Kindly assign me this issue

shreyash3087 commented 4 days ago

Sure @mdazfar2

mdazfar2 commented 4 days ago

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.