Step By Step Implementation Of Register, Login, and Logout. — Overview 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, etc. It also supports external login providers like Microsoft, Facebook, Google, etc. I will discuss the external login providers in my upcoming article.