In this series, we are going to look at the ASP.NET Core Identity library and how to use it in the ASP.NET core project.

We are going to start with the ASP.NET Core Identity integration into an existing project. Then, we are going to learn about registration, login, and logout functionalities with ASP.NET Core Identity. As we progress through the series, we are going to cover lockout, reset the password, two-step verification, email confirmation, and external login features.

So, as you can see, there is a lot of interesting work ahead of us.

Prerequisites

Now, let’s look at the tutorial navigation.

This Tutorial Will be Separated Into Several Parts:

Well, a lot of ground to cover.

So, without any hesitation, let’s get going.