1 min readOct 18, 2019
Hi, thank you very much.
I’m not sure to have fully understood the question, however, my opinion is that each micro-service should do exactly one thing.
So, the auth micro-service should only manage auth and the users micro-service should only manage users.
You can find more details by googling “microservices single responsability”.
Please let me know if I answered your question