vishal02527 / My-Strength-Shree-Krishna

This website is based on devotional content. Many resources and references are there to motivate you towards Krishna and get you connect with His devotion.
https://mystrengthshreekrishna.vercel.app/
40 stars 150 forks source link

Implement Functional Login/Signup Pages and User Profile Section #397

Open Ashwanisingh7930 opened 3 days ago

Ashwanisingh7930 commented 3 days ago

Description: The current project utilizes Session storage for user authentication, which is temporary and lacks persistence. This proposal aims to address this limitation by implementing a more robust and secure authentication system. Additionally, there is no user profile section where users can view and update their details.

Objectives:

Connect the existing login and signup pages to a database, enabling functional user authentication and authorization using PHP.

Create a user profile section where users can:

Benefits:

Functional login and signup pages will enhance the overall user experience and security of the application. A user profile section will provide users with a centralized location to manage their account information.

Implementation Plan:

Database Connection: Using MySQL, set up a connection to the database using PHP. Modify the login and signup pages to interact with the database for user authentication and data storage using PHP.

User Profile Section: Design and implement a user-friendly profile section that displays user details. Develop functionality to allow users to update their profile information.

@vishal02527 I would like to assign this issue to myself under gssoc-ext, level3, and hacktoberfest-accepted.

Ashwanisingh7930 commented 2 days ago

@vishal02527 Could you please assign this issue to me? or anyone other is working on the same issue?