Hacker News new | ask | show | jobs
by auspex 1787 days ago
If you have an “authentication” micro service. I can just reuse/deploy the service for my new app. No coding (maybe some configuration)
1 comments

I find a lot of people create micro-services when a simple library would suffice. An "authentication" micro-service might make sense in some contexts, but in almost every real-world situation I've been in, this would be better as a library.