ASP.NET Core: Identity Scaffolding

I’m sure we have all started a new web project and then needed to add authentication at a later point. This post is going to cover this process use the Identity Scaffolding feature available in Visual Studio. Sample For this example, I’m starting with a new web app created using the following command. dotnet new … Continue reading ASP.NET Core: Identity Scaffolding