Skip to content

[FEATURE] Add Login Page for User Authentication #80

@ReshmithaTc

Description

@ReshmithaTc

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions