This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Learn how we can create lambda layers out of our own application tiers and configure our ASP.NET Core application to use these layers for production loads.
Securing ASP.NET Core API with JWT Token using AWS Cognito
In this article, let's look at how we can validate a AWS Cognito User JWT token in an ASP.NET Core API in a step by step guide
How to create a User Pool with AWS Cognito
Understanding AWS Cognito and Setting up User Pools for Authentication
How to log ASP.NET Core API to AWS CloudWatch
In this article, Let's look in detail at how we can integrate and write Logs to AWS CloudWatch via ILogger in ASP.NET Core API
How to Role based Authorization in ASP.NET Core
Let's see how we can authorize an API access based on an user role defined by the system or a user based on a claim based on the JWT token passed within the request.
How to use Policy based Authorization in ASP.NET Core
In this article, let's understand how to create a custom Authorization Policy and use it with an example in ASP.NET Core Web API
How to secure APIs with JWT Tokens
Let's dig into securing our APIs by means of Authenticating incoming requests based on an access token with an example in ASP.NET Core
How to Cookie Authentication in ASP.NET Core MVC
In this article, let's look at how we can setup cookie based authentication in an ASP.NET Core MVC application without using Identity for user management.
How to send custom 401 Response in ASP.NET Core
In this detailed article, let's find out how we can send custom Unauthorized responses to users and explore 3 ways to do it