Skip to content

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

License

Notifications You must be signed in to change notification settings

madcoda9000/BlazorWithIdentity

 
 

Repository files navigation

Blazor with Identity

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

  1. Install the template
> dotnet new --install BlazorWithIdentity.Template
  1. Create a new project
> dotnet new blazorwithidentity -o MyBlazorApp

How to run

  1. Install the latest dotnet sdk and the latest Visual Studio.
  2. Clone or download.
  3. Open the solution in the template folder and press F5.
  4. Create a user using the Create Account button in the login page or login if you have already created a user.

Live demo

https://blazorwithidentity.azurewebsites.net/

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 65.7%
  • HTML 22.5%
  • CSS 8.9%
  • PowerShell 2.9%