Back to course

Identity and Authentication

.NET Zero to Hero: Master C# and Modern App Development

User Security

ASP.NET Core Identity is a membership system that adds login functionality to your application.

  • Authentication: Who are you? (Login)
  • Authorization: What are you allowed to do? (Admin vs User permissions)