Closed TheOpenInnovator closed 1 month ago
@TheOpenInnovator i would like to work on this feature can you assign me this
Sure @Vinayyy19 You have been assigned and can start working on this Issue. Make sure to keep the interface as professional as possible.
Description: The project currently has an index page and some core functionality, but lacks a proper user authentication flow. We need to implement a Signup/Login Page to allow users to authenticate before accessing the index page.
Requirements: Signup Page:
New users should be able to create an account by providing: Email address Username Password (with password confirmation) Perform basic validation (e.g., valid email format, password strength, required fields). On successful signup, the user should be automatically logged in and forwarded to the index page. Display error messages for invalid input or existing users. Login Page:
Existing users should be able to log in using: Email/Username Password Perform basic validation (e.g., correct email/username and password match). On successful login, the user should be forwarded to the index page. Display error messages for incorrect login credentials. Authorization Flow:
The index page should be accessible only after successful authentication. If a user tries to access the index page without logging in, they should be redirected to the login page. Include a "Remember Me" option for login persistence (optional).