Building authentication for microservices using NestJS

Before all, the code used in this post can be found at: * Authentication microservice * Users microservice What is NestJS? If you already know it you can skip this part. NestJS is a framework for building Node.JS applications. It gives you lots of advantages and tools for making them scalable…