In this article, let's look at how we can design and build such an API that encapsulates all of User Identity Management functionalities such as Login..
In this article, let's continue and implement other important user journeys once logged into any application - Updating Password, Updating Profile and..
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.
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.