Blazor- BlazorWithIdentity

[删除(380066935@qq.com或微信通知)]

Blazor with Identity

stavroskasidis/BlazorWithIdentity: A project template for a blazor hosted app using cookie based authentication with ef core identity. (github.com)

Build status Nuget (with prereleases) Nuget Donate

A project template for a blazor wasm hosted app using cookie based authentication with ef core identity

Using the template

Install the template

> dotnet new --install BlazorWithIdentity.Template

Create a new project

> dotnet new blazorwithidentity -o MyBlazorApp

How to run

Install the latest dotnet sdk and the latest Visual Studio.

Clone or download.

Open the solution in the template folder and press F5.

Create a user using the Create Account button in the login page or login if you have already created a user.