ZvonimirMatic / AspNetCore.React.CookieAuthTemplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AspNetCore.React.CookieAuthTemplate

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).

Nuget

Usage

The template is available using .NET CLI.

Install the package:
dotnet new install AspNetCore.React.CookieAuthTemplate

Create a new project:
dotnet new reactcookie

About

License:Apache License 2.0


Languages

Language:C# 47.9%Language:JavaScript 43.5%Language:HTML 7.4%Language:CSS 1.2%