-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
Description:
Currently, the application does not have a login page for users. To enhance security and provide a personalized experience, a login feature should be implemented.
Proposed Solution:
- Create a dedicated login page (e.g., /login)
- Implement user authentication using Django’s built-in authentication system (or any other framework’s method)
- Redirect authenticated users to the dashboard/home page
- Handle incorrect credentials with proper error messages
- Optionally, include “Remember Me” and “Forgot Password” functionality
Benefits:
- Improves security by restricting access to authorized users
- Enables user-specific data management and personalization
- Provides a better user experience with session management
As a part of GSSoC'25, I would like to work on this issue. Could you please assign it to me @harshendram
Reactions are currently unavailable