Open krishsharma1008 opened 5 days ago
How will you have the signup page show up?
will the system use indexedDB or will it use one of these: ExpressJS, SQLite, and Sequelize?
What will it look like when a user creates an account? Does it also bring them to the homepage or will it prompt them to fill out more information for the profile
What happens upon unsuccessful authentication? Will the user be given a certain amount of tries to login, or will it just keep asking them to try again?
Task 1: Login and Signup Functionality Description: A login and signup feature that allows users to create accounts and securely store their credentials. The system uses IndexedDB as a lightweight backend for storing user emails and hashed passwords, ensuring secure and persistent data storage directly in the browser. On signup, the backend validates unique emails and encrypts passwords before storage. During login, user input is validated against the stored data, and successful authentication redirects users to the homepage.
Point Value: 3 Size Category: Medium Assigned To: Krish Sharma