edwintran235 / 326-team9

0 stars 0 forks source link

Login and Signup Functionality #58

Open krishsharma1008 opened 5 days ago

krishsharma1008 commented 5 days ago

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

edwintran235 commented 4 days ago

How will you have the signup page show up?

ssim31 commented 4 days ago

will the system use indexedDB or will it use one of these: ExpressJS, SQLite, and Sequelize?

laurensheaa commented 1 day ago

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

shubhami77 commented 1 day ago

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?