This is the final part of adding ASP.NET Identity into my MiniBlog project. Here's a walkthrough of how I extended the user to store additional profile information.
I've integrated ASP.NET Identity into my MiniBlog project to support external logins and two-factor authentication (2FA). Here's a walkthrough of how I implemented it.
A few weeks ago, Fluent Assertions version 8 was released with a disappointing surprise. It's no longer an Apache licence, it's switched to a commercial licensing model.
Hosting a .NET web app in a container in Azure over HTTPS is easy. If you haven't set app.UseForwardedHeaders, you might get weird behaviour that you don't want.