Skip to content

Example Project to provide ServiceStack Integration

License

Notifications You must be signed in to change notification settings

adrianwright109/blazor-servicestack

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 59.4%
  • HTML 31.1%
  • CSS 9.5%