-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
ASP.NET Core 9 Essentials
By :
Modern applications interact with different types of technologies, protocols, and standards. As we’ve been learning, security is extremely important at any level of a solution’s implementation flow. A book could easily be dedicated to the subject of authorization and authentication.
However, the ASP.NET Core 9 platform has been evolving every year and as a result, the identity management model has undergone several improvements, in addition to some dependencies being eliminated.
To be able to implement authorization and authentication in our applications, we have ASP.NET Core Identity. It’s a membership system that adds capabilities to web-based applications developed in ASP.NET Core 9 and operates in both authentication and authorization flows.
The set of features available in ASP.NET Core Identity includes APIs, a UI, databases between user identity management and credentials, and the ability to grant...