This is a repository for AspNetCore.React.CookieAuthTemplate NuGet package. The package includes one template for ASP.NET Core appliacation with React and cookie authentication (implemented with ASP.NET Core Identity).
The template is available using .NET CLI.
Install the package:
dotnet new install AspNetCore.React.CookieAuthTemplate
Create a new project:
dotnet new reactcookie