-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat:user-auth-api #18
base: main
Are you sure you want to change the base?
Conversation
|
Hello @Villarley , I did an updated. I will wait for a feedback. I still need to continue and improve the method. |
Hey Anwar, everything looks good when you finish please resolve conflicts. Great work🫡 |
Hello @Villarley, thank you for the feedback! |
Currently getting the following error. Once fixed, I will proceed to test end point properly with Postman. Error during Data Source initialization: AggregateError: |
Hello @Villarley! 👋 New error while trying to run the backend: FYI, I had to update the ormconfig as the PostgreSQL configuration was trying to use SSL, as the local DB mentioned does not support it. ✅ Fixed. 🚀 We are moving forward! |
Hello there! Currently testing with postman. I will upload updates soon. |
🚀 StarShop Pull Request
Closes #12
📝 Changes Description
Implementing user authentication system with the following features:
authenticateUser
service method inUserService
.POST /auth/login
endpoint for wallet-based authentication.Implementation Highlights:
📸 Evidence
Pending
⏰ Time Spent Breakdown
The time spent on this task involved various stages of development, with some additional delays caused by resolving persistent errors, will be specified one the issue has been completed.
Overall, the task required more time than anticipated, as errors needed to be addressed systematically to ensure a robust and secure implementation.
🌌 Comments
Before reviewing this PR, please note:
Acceptance Criteria to be Met: