Souvikparua / COMPLETE-Fullstack-ecommerce-Responsive-MERN-App

A COMPLETE Fullstack ecommerce Responsive MERN App using React, Redux, Nodejs, and MongoDB. A working ecommerce site from scratch, using React, Redux, Nodejs, and MongoDB.
GNU General Public License v3.0
13 stars 17 forks source link

[Bug] Authentication done only by email #23

Closed BheruSinghPanwar closed 9 months ago

BheruSinghPanwar commented 10 months ago

Issue Title: Improve Authentication System for Signup and Login

Description: The current setup for user authentication, specifically for signup and login, needs improvement to enhance security, user experience, and overall system integrity. Currently, the signup process relies on a minimal set of fields (firstName, lastName, email, password, confirmPassword, and image) with no generation of tokens. Additionally, the login process is solely based on email without adequate consideration for password security.

BheruSinghPanwar commented 10 months ago

Hey @Souvikparua can you assign me this under SWOC'24

Souvikparua commented 10 months ago

Done

BheruSinghPanwar commented 10 months ago

Can I also refractor the models with existing fields in order to implement the tokenization?

Souvikparua commented 10 months ago

Yes you can

Souvikparua commented 9 months ago

Done