nukedbit / blazor-servicestack

Example Project to provide ServiceStack Integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blazor Server Size with Service Stack

.NET Core 3.1 Blazor Server Size with Service Stack

Based on selfhost template

This Template is pre configured to work with ServiceStack, it provide an extension method which allow you to make authenticated call using a ServiceStack client.

This project use ServiceStack integrated authentication bridged over asp.net auth, so it can work seamless with asp.net core.

As an example i have converted the Forecast Service class in a ServiceStack Service which require authentication, so when you navigate to Fetch Data page it require you to login with the sample user.

Browse [source code]https://github.com/nukedbit/blazor-servicestack/), and install with dotnet-new:

$ dotnet tool install -g x

$ x new nukedbit/blazor-servicestack ProjectName

About

Example Project to provide ServiceStack Integration

License:MIT License


Languages

Language:C# 59.4%Language:HTML 31.1%Language:CSS 9.5%