saurabhbakolia / SCROLLME--ECOMMERCE-WEBSITE

ScrollMe is an open-source eCommerce platform built with JavaScript, React, Styled Components, Node.js (Express), and MongoDB. It offers a modern shopping experience with a scalable backend, perfect for contributors or those learning modern web development.
https://www.scrollme.online/
MIT License
19 stars 64 forks source link

User Authentication #200

Open krishkishore972 opened 1 month ago

krishkishore972 commented 1 month ago

Issue Report

Title

User Authentication

Description

After registration , tough user putting valid credentials ,it shows that credentials are incorrect.

Steps to Reproduce the Issue

To assist us in understanding and resolving the issue, please outline the steps you took that led to the problem:

  1. Register user and store info in DB
  2. While sign in match input credentials with DB
  3. Action 3: Describe any additional actions that may be relevant.

Feel free to be as detailed as necessary so we can replicate the issue accurately.

Expected Behavior

After sign up store details in DB . While sign in check is user exists and let him log in if exists

Actual Behavior

Tough putting correct credential it says invalid credentials

Screenshots (if applicable)

Screenshot 2024-10-14 231747 Screenshot 2024-10-14 231800


Example 2

Title: Login Issue with Valid Credentials
Description: Users are experiencing issues logging in, despite entering the correct username and password.


Thank you for taking the time to report this issue! We appreciate your help in improving our project.

krishkishore972 commented 1 month ago

Assign me this issue with tags I will start working on it