You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.
Is your feature request related to a problem? Please describe.
In the auth project upon registration a member has to be created. Thus it needs to signal to the core project to make such a member and return a result if successful so registration can be done.
Describe the solution you'd like
An API project that does the following:
Makes an authentication with the auth project or vice versa
Describe alternatives you've considered
Other than gRPC its easy to create a good old REST API. Problem is with so many microservices for instance a service for imports it might be better to use gRPC.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In the auth project upon registration a member has to be created. Thus it needs to signal to the core project to make such a member and return a result if successful so registration can be done.
Describe the solution you'd like
An API project that does the following:
Describe alternatives you've considered
Other than gRPC its easy to create a good old REST API. Problem is with so many microservices for instance a service for imports it might be better to use gRPC.
The text was updated successfully, but these errors were encountered: