StefanPenchev05 / MyClothesV2

Welcome to MyClothes, where creativity meets fashion! This application provides a platform for designers to showcase their clothing products, receive feedback through comments and likes, engage in real-time chat, and even get hired by clients who love their work.
MIT License
0 stars 0 forks source link

Adding other validations for Register Controller #5

Closed StefanPenchev05 closed 5 months ago

StefanPenchev05 commented 5 months ago

The next commit will be finishing the Register Controller. IT needs to be made better error handler, also the username suggestion would be better, and finally making stronger validations on password, not to match with the first and last name with the user

StefanPenchev05 commented 5 months ago
  1. Password in Register Controllers is not being hashed.
  2. Look into sending email to the user so to authenticate himself before importing the data into the database (How to send emails in node JS )