-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement User Authentication and Registration Features #681
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job, @DeekshaVarshney123! 🎉 Thank you for submitting your pull request. Your contribution is valuable and we appreciate your efforts to improve our project.
We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines
✅ Deploy Preview for collect-your-gamingtools ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hi there! This issue is still open. We are looking forward to your response. |
Hi there! This issue is still open. We are looking forward to your response. |
1 similar comment
Hi there! This issue is still open. We are looking forward to your response. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
Congratulations, Your pull request has been successfully merged 🥳🎉 Thank you for your contribution to the project 🚀 Keep Contributing!! ✨ |
please assign a level. |
please assign a level
…On Sun, Oct 27, 2024 at 5:52 PM github-actions[bot] < ***@***.***> wrote:
Congratulations, Your pull request has been successfully merged 🥳🎉 Thank
you for your contribution to the project 🚀 Keep Contributing!! ✨
—
Reply to this email directly, view it on GitHub
<#681 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BK5LE5LPVASUJFOXBK5ACGLZ5TLJ3AVCNFSM6AAAAABQRYD3J6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZZHE4TIMBZGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Pull Request Format
##Implement User Authentication and Registration Features
Issue ##644 : [BUG] signup & login button is not in working. solved
Type of PR
Description
This pull request introduces the following updates to enhance user authentication and registration functionalities in the application:
Login Functionality:
Implemented a login form that validates user input and communicates with the backend API for user authentication.
Added Google login integration using Firebase authentication.
Signup Functionality:
Created a signup form with input validation, including checks for password strength and confirmation.
Integrated user registration with the backend API.
Screenshots / Videos (if applicable)
Before:
After:
Checklist
Additional Context
Improved User Feedback
Added alerts and error messages for better user experience during login and signup processes.
Implemented visual feedback for password strength indicators.
Code Clean-Up:
Organized the code structure for better readability and maintainability.
Thank you for reviewing my pull request!