-
Notifications
You must be signed in to change notification settings - Fork 263
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 Login/Signup Page with Backend Authentication #184
Conversation
✅ Deploy Preview for pathsphere ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@saras-69 dont create pull request without assignment i have already assigned to someone else This is not good open source practice |
Hey @aditya-bhaumik I apologize for the oversight. I understand the importance of proper task assignment. However, I would appreciate it if you could review my code for the Login/Signup page with backend authentication. I believe it meets the necessary requirements and can be a valuable addition to the project. |
@saras-69 it is not good open source practice it will be unfair for the person who i had assigned this task |
Still if he she is not able to complete the task in next 2 days will reopen this and merge it |
Sure, @aditya-bhaumik! I wanted to check in and see if you have any feedback on my implementation. I’m eager to hear your thoughts! |
Btw Thank you for your quick response |
Join discord i am helping there |
Link is in contributing.md |
Hey @aditya-bhaumik, It’s been almost a week, and I noticed that this has not been implemented in the project yet. Could you please provide me with any updates? |
resolve merge conflicts |
Okay |
please complete by tomorrow or i am closing this |
Okay |
#116 Description: This pull request introduces a login and signup page that integrates with the backend for user authentication. The implementation ensures secure user registration and login processes.
Key Features:
Developed a responsive login and signup interface.
Implemented form validation for user inputs (e.g., email format, password strength).
Integrated with backend authentication API for user registration and login.
Handled error messages and success notifications based on authentication outcomes.
Included functionality to persist user sessions after login.
Testing:
Conducted unit tests for form validation and authentication logic.
Manually tested the login and signup processes to verify correct functionality.
Ensured appropriate error handling for invalid inputs and authentication failures.