1.2 KiB
1.2 KiB
title | author | description | keywords | ms.author | manager | ms.date | ms.topic | ms.technology | ms.prod | uid |
---|---|---|---|---|---|---|---|---|---|---|
Articles based on projects created with individual user accounts | rick-anderson | This document lists articles based on projects created with individual user accounts. | ASP.NET Core,authorization,IAuthorizationService | riande | wpickett | 11/30/2017 | article | aspnet | asp.net-core | 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: