Newbie here, please bear with me.So I'm getting started with microservices using Node.js and Express. Assuming Mongo as a persistent data store, say I have a customers model that stores customer data.When it comes to authenticating customers, does it make sense to decouple the authentication piece onto its own microservice (and thus its own database)? How would you architect around this?
Submitted March 02, 2020 at 09:17PM by jonxrojas
No comments:
Post a Comment