Finbuckle / Finbuckle.MultiTenant

Finbuckle.MultiTenant is an open-source multitenancy middleware library for .NET. It enables tenant resolution, per-tenant app behavior, and per-tenant data isolation.
https://www.finbuckle.com/multitenant
Apache License 2.0
1.3k stars 266 forks source link

Finbuckle with Blazor ServerSide Support #169

Closed Sheko007 closed 4 years ago

AndrewTriesToCode commented 5 years ago

I'll look into this--I've been meaning to learn more about Blazer Serverside.

unencode commented 4 years ago

@Sheko007 - Take a look at Blazor and Razor Pages Support #188 for a working example.

Good luck!

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sheko007 commented 4 years ago

Thanks Very much

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

davidcateduclarity commented 4 years ago

Hi there... Is there an updated example for a Blazor App?? Im able to do the Static strategy... But Im stuck altering any other strategy, most likely due to the routing. Any guidance is greatly appreciated.

AndrewTriesToCode commented 4 years ago

hi @davidcateduclarity

Not at the moment. When you are doing Blazor-routing (and not regular ASP.NET routing) does the tenant change between routes? I'm trying to better understand Blazor use cases.

Thanks!