https://github.com/stavroskasidis/BlazorWithIdentity
A project template for a blazor hosted app using cookie based authentication with ef core identity.
https://github.com/stavroskasidis/BlazorWithIdentity
authentication blazor blazor-client blazor-webassembly cookie-authentication entity-framework-core identity
Last synced: about 1 month ago
JSON representation
A project template for a blazor hosted app using cookie based authentication with ef core identity.
- Host: GitHub
- URL: https://github.com/stavroskasidis/BlazorWithIdentity
- Owner: stavroskasidis
- License: mit
- Archived: true
- Created: 2019-05-02T08:46:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T10:30:10.000Z (almost 2 years ago)
- Last Synced: 2025-03-05T05:23:20.286Z (about 1 month ago)
- Topics: authentication, blazor, blazor-client, blazor-webassembly, cookie-authentication, entity-framework-core, identity
- Language: C#
- Homepage:
- Size: 396 KB
- Stars: 466
- Watchers: 24
- Forks: 105
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-blazor - BlazorWithIdentity -   A sample project showcasing a Blazor app using EF Core with Identity authentication. (Sample Projects / Authentication)
README
# Blazor with Identity
[](https://dev.azure.com/stavros-kasidis/Blazor%20With%20Identity/_build/latest?definitionId=18) [](https://www.nuget.org/packages/BlazorWithIdentity.Template) [](https://www.nuget.org/packages/BlazorWithIdentity.Template) [](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=7CRGWPYB5AKJQ¤cy_code=EUR&source=url)
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
```
2. Create a new project
```
dotnet new blazorwithidentity -o MyBlazorApp
```## How to run
1. Install [**the latest dotnet sdk**](https://dotnet.microsoft.com/download) and the latest [**Visual Studio**](https://visualstudio.microsoft.com/vs/).
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/