Using Amazon Cognito with NestJS for User Authentication and Management
Amazon Cognito is a user authentication and management service that makes it easy to add sign-up, sign-in, and access control to your web and mobile applicat...
Amazon Cognito is a user authentication and management service that makes it easy to add sign-up, sign-in, and access control to your web and mobile applicat...
In this article, we will focus on Role Based Access Control (RBAC) using the Guards in a nestJS application.
This article focuses on integrating mongoDB to a Nest Application.
In this article, we will upload a file to cloud storage and download it to serve it from our nestJS api.
You have build your nest microservice, but you want to secure your application using firebase tokens.
Coming from the Java background, I was always troubled when using javascript. To my rescue came the typescript, it was easy to co-relate and write structured...