-
Notifications
You must be signed in to change notification settings - Fork 128
[Suggestions for improvement] User Service #71
Comments
Hey @botekchristophe, thanks for stepping up and contribute! The |
Idealy, the user-service and the authentication could be separated. What about starting with implementing basic CRUD and auth:
The service could look like that:
What do you think ? @ignasi35 |
Left some comment on the PR already. Let me think about |
Where is this PR? |
There was some work in #75 but it never made it across the line. |
Hi everyone,
I would like to refactor the user service and add a couple of features. Most of it will be inspired by the online-auction-java and specificaly from their service descriptor:
https://github.com/lagom/online-auction-java/blob/master/user-api/src/main/java/com/example/auction/user/api/UserService.java
As you can see, the java versions is supporting a registration process, a login endpoint as well as a Read side support.
I'll submit several PRs this week in order to make the user-service support those.
If you have any other suggestions for this service, let me know.
Chris
The text was updated successfully, but these errors were encountered: