ASP.NET Core Identity Deep Dive
via Pluralsight
Overview
ASP.NET Core Identity brings identity and user management to the ASP.NET Core web framework.
ASP.NET Core Identity brings identity and user management to the ASP.NET Core web framework. This robust library is commonly used to back authentication systems and to provide supporting functionality such as password reset and user registration. In ASP.NET Core Identity Deep Dive, you will learn how the ASP.NET Core Identity library ticks. First, you will take a deep dive into the internals of the library. Next, you will explore its various extensibility points. Finally, you will discover not only how to extend it, but also when to actually do so. When you are finished with this course, you will be able to avoid many of the pitfalls that come with mismanagement of the library that would otherwise cause you issues once you start to grow/scale your applications and build upon it for future releases.
Topics:
ASP.NET Core Identity brings identity and user management to the ASP.NET Core web framework. This robust library is commonly used to back authentication systems and to provide supporting functionality such as password reset and user registration. In ASP.NET Core Identity Deep Dive, you will learn how the ASP.NET Core Identity library ticks. First, you will take a deep dive into the internals of the library. Next, you will explore its various extensibility points. Finally, you will discover not only how to extend it, but also when to actually do so. When you are finished with this course, you will be able to avoid many of the pitfalls that come with mismanagement of the library that would otherwise cause you issues once you start to grow/scale your applications and build upon it for future releases.
Topics:
- Course Overview
- Identity: What You Need to Know and What You Need to Avoid
- Implementing the Nuts and Bolts of ASP.NET Core Identity
- Implementing and Extending the Entity Framework Default Schema
- Implementing Secure User Management
- Protection in the Case of a Breach: Password Hashing and Revocation
- Taking Security Further with True Multi-factor Authentication
- Dealing with External Accounts
Taught by
Scott Brady