-
Notifications
You must be signed in to change notification settings - Fork 268
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
🐞[bug]: frontend authentication not integrated with backend #878
Comments
Hi there! Thanks for opening this issue @harmeetsingh11!. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.If belong's to SWOC program role ur self as Contributor in OS lead site Link : https://www.oslead.xyz/usertype , so that ur points will be assigned to the leaderboard. New to Open Source Contribution check out the below YT video , Happy Coding🚀💻🐛 🔗 Link : https://www.youtube.com/watch?v=3afUKB3guZA |
@harmeetsingh11 whom i need to assign this? |
@Anjaliavv51 this issue is open for contributors. |
okay |
@Anjaliavv51 yes, we'll keep the issue #441 open for contributors if anyone willing to upgrade our current backend api code to appwrite. |
@harmeetsingh11 Okay |
@Anjaliavv51 @harmeetsingh11 can u assign me this issue , would like to contribute as a Swoc contributor |
Describe the bug
Problem Description:
While testing the sign-in/sign-up functionality on the frontend, I discovered a critical issue:
This discrepancy impacts the authentication flow and needs to be addressed by integrating the backend APIs.
Task Objectives:
We need to:
Required Backend API Integration:
Here are the APIs from the
/backend
folder to integrate with the frontend forms:/api/auth/signin
: For user login./api/auth/signup
: For user registration./api/auth/user
: To fetch user details after login./api/auth/logout
: To log out the user.Expected Frontend Behavior:
Steps to Resolve:
Testing Requirements:
Notes for Contributors:
The text was updated successfully, but these errors were encountered: