Skip to content

Added Backend Functionality with PHP and MySQL for User Authentication#1

Open
githubSubhanKhan wants to merge 2 commits into
GermanMtzmx:masterfrom
githubSubhanKhan:backend
Open

Added Backend Functionality with PHP and MySQL for User Authentication#1
githubSubhanKhan wants to merge 2 commits into
GermanMtzmx:masterfrom
githubSubhanKhan:backend

Conversation

@githubSubhanKhan

Copy link
Copy Markdown

Hello,

I’ve added backend functionality to the project, incorporating PHP and MySQL to handle user data. Here’s a summary of the changes:

Signup Functionality:

User data is now stored in a MySQL database on localhost using phpMyAdmin.

Login Functionality:

During login, the email is searched in the database. If found, the input password is verified against the hashed password stored in the database.

Redirects:

Upon successful login, users are redirected to a welcome page that includes a logout button.

These enhancements aim to provide a more robust user authentication system. I look forward to contributing more to this project and collaborating with you in the future.

Best regards,
Muhammad Subhan Khan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant