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.