Open dorukucak opened 3 weeks ago
@dorukucak you finish it? Can you e2e test pass? Please add your command to run your e2e in the readme.md, then we can merge your code.
Working on implementing keycloak. Couldn't find a keycloak endpoint to register user. Do we have that?
@pierrelstan we need your help here
@dorukucak I think these links could help find the register endpoint.:
and the implementation of the register API endpoint is in the web (nextjs) under the path src/app/api/auth/signup.
If you have any questions, feel free to let me know.
Okay so, I had to create a Keycloak service account and give it manage-user privilages. Now we can succesfully create users using the /register endpoint. However, we need to handle API secrets before we can run tests on github workflow etc.
@dorukucak Could you kindly resolve the merge conflicts?
resolved conflicts in yarn.lock
This is ready
Fixed: #256
Description
Created nestjs server and implemented a user API that expose an /register endpoint.
Resolves: # (#256)
Changes Made
[ ] Changes in
apps
folder (specify the app and briefly describe the changes):Web
Native
Api
[ ] Changes in
packages
folder (specify the package and briefly describe the changes):Core
Type of Change
Screenshots
How Has This Been Tested?
Checklist:
Additional Comments
(Optional) Add any additional comments or notes for reviewers here.