Brewtopia, a MERN stack-powered cafe management platform. Seamlessly add coffee and tea blends to your cart, with secure checkout and swift delivery. Join a tech-savvy community, leverage personalized recommendations, and elevate your cafe experience with our cutting-edge MERN architecture. Explore, code, and brew with Brewtopia!
Currently all user inputs i.e. username and password are treated same as user provided for backend . This way user can use sql injection or other methods to send malicious data on server and run queries.
what you need to do
Add sufficient sanitization i.e. filter the user data to protect the database.
Problem
what you need to do