If you're trying to build a microservice using public/private keys?Is it literally JUST the login route that generates the JWT that goes into the Auth server?Or does the Auth server also contain user registration, user deletion, email verification, and other User-specific routes?Or is there an Auth server that has the login endpoint, and then a Registration server that has those other endpoints I mentioned?Does it matter if several microservices have access to your DB or should you centralize that to one server? Or have on User DB and then another DB for everything else?Thanks guys. I'm having trouble wrapping my head around microservice architecture.
Submitted August 01, 2019 at 09:19PM by ClassicPurist
No comments:
Post a Comment