This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Description
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.