Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T10:30:10.000Z (over 1 year ago)
- Last Synced: 2024-10-01T07:21:03.455Z (about 1 month ago)
- Topics: authentication, blazor, blazor-client, blazor-webassembly, cookie-authentication, entity-framework-core, identity
- Language: C#
- Homepage:
- Size: 396 KB
- Stars: 457
- Watchers: 24
- Forks: 105
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-blazor - BlazorWithIdentity - ![stars](https://img.shields.io/github/stars/stavroskasidis/BlazorWithIdentity?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/stavroskasidis/BlazorWithIdentity?style=flat-square&cacheSeconds=86400) A sample project showcasing a Blazor app using EF Core with Identity authentication. (Sample Projects / Authentication)
README
# Blazor with Identity
[![Build status](https://dev.azure.com/stavros-kasidis/Blazor%20With%20Identity/_apis/build/status/Blazor%20With%20Identity-CI)](https://dev.azure.com/stavros-kasidis/Blazor%20With%20Identity/_build/latest?definitionId=18) [![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/BlazorWithIdentity.Template.svg?logo=nuget)](https://www.nuget.org/packages/BlazorWithIdentity.Template) [![Nuget](https://img.shields.io/nuget/dt/BlazorWithIdentity.Template.svg?logo=nuget)](https://www.nuget.org/packages/BlazorWithIdentity.Template) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](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/