- Loading...
-
Sponsored by Nick Chapsas—Want to learn how to build elegant REST APIs in .NET? Get 5% off Nick's latest course "From Zero to Hero: REST APIs in .NET"!
-
My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback. Get 45% off with the code pblock3, only until August 17th!
-
Should you use the .NET 8 Identity API endpoints?
In this post I discuss the new Identity API endpoints and talk about some of the security and architectural issues they may introduce.…
-
Introducing the Identity API endpoints
Exploring the .NET 8 preview - Part 8
In this post I introduce the new Identity APIs, show how they differ from the existing Identity support, and show how to use them.…
-
Supporting legacy browsers and SameSite cookies without UserAgent sniffing in ASP.NET Core.
In this post I explore one way to get ASP.NET Core Identity SameSite cookies working with both legacy and modern browsers…
-
Making authenticated cross-origin requests with ASP.NET Core Identity
In this post I describe how to make authenticated cross-origin requests from the browser to an app using ASP.NET Core Identity.…
-
Setting global authorization policies using the DefaultPolicy and the FallbackPolicy in ASP.NET Core 3.x
In this post I show multiple ways to configure global authorization policies, and look at the difference between the DefaultPolicy and the FallbackPolicy…
-
Customising the ASP.NET Core default UI without editing the PageModels
In this post I show how you can replace the Razor views for the ASP.NET Core Identity default UI, without having to replace the code-behind PageModels.…