Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 996 Bytes

README.md

File metadata and controls

22 lines (10 loc) · 996 Bytes

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