AspNetCore.Docs/aspnetcore/security/authentication/individual.md

1.1 KiB

title author description manager ms.author ms.date ms.prod ms.technology ms.topic uid
Articles based on projects created with individual user accounts rick-anderson This document lists articles based on projects created with individual user accounts. wpickett riande 11/30/2017 asp.net-core aspnet article security/authentication/individual

Articles based on projects created with individual user accounts

ASP.NET Core Identity is included in project templates in Visual Studio with the "Individual User Accounts" option.

The authentication templates are available in .NET Core CLI with -au Individual:

dotnet new mvc -au Individual
dotnet new webapi -au Individual
dotnet new razor -au Individual

The following articles show how to use the code generated in ASP.NET Core templates that use individual user accounts: