ASP.NET Core Identity Tutorial: From Scratch

Опубликовано: 17 Апрель 2026
на канале: Amo Procedures
1,077
29

In this video we are going to learn on how to use ASP.NET Core Identity to implement security related features in your asp.net core mvc application.

aspnet core identity is so crucial for developers when adding security to an aspnetcore mvc application

ASP.NET Core Identity

ASP.NET Core Identity is a membership system. It allows us to create, read, update and delete user accounts. Supports account confirmation, authentication, authorization, password recovery, two-factor authentication with SMS. It also supports external login providers like Microsoft, Facebook, Google etc.

Adding ASP.NET Core Identity Support in ASP.NET Core Application