Get the source code for this video for FREE → https://the-dotnet-weekly.ck.page/asp...
☄️ Master the Modular Monolith Architecture: https://bit.ly/3SXlzSt
📌 Accelerate your Clean Architecture skills: https://bit.ly/3PupkOJ
🚀 Support me on Patreon to access the source code: / milanjovanovic
ASP.NET Core Identity is the simplest approach to implementing authentication in .NET. With a few simple configuration steps, you can have cookie and token authentication up and running in minutes. Identity can also integrate with EF Core, allowing you to customize the database. In this video, I'll show you how to get started with ASP.NET Core Identity. We'll also explore the brand-new Identity endpoints.
Master Claims Transformation for Flexible ASP.NET Core Authorization
https://www.milanjovanovic.tech/blog/...
Join my weekly .NET newsletter:
https://www.milanjovanovic.tech
Read my Blog here:
https://www.milanjovanovic.tech/blog
Subscribe for more:
/ @milanjovanovictech
Chapters
0:00 Configuring Authorization and Authentication
0:49 Adding ASP.NET Core Identity
4:27 Customizing the IdentityDbContext
6:27 Testing the .NET 8 Identity endpoints
8:05 Implementing token authentication
8:55 Adding Authentication to endpoints