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.26k stars 261 forks source link

Broken Link in Documentation to Per Tenant Authentication Topic #652

Open jspitman opened 1 year ago

jspitman commented 1 year ago

When reading the documentation on Per Tenant located at https://www.finbuckle.com/MultiTenant/Docs/v6.10.0/Authentication, the link to samples (https://github.com/Finbuckle/Finbuckle.MultiTenant/tree/main/samples/ASP.NET%20Core%203/PerTenantAuthenticationSample) is broken.

AndrewTriesToCode commented 1 year ago

Ah thanks. I removed it from the repo when dotnet 3.1 went out of supprt. You can see a prior version here:

https://github.com/Finbuckle/Finbuckle.MultiTenant/tree/v6.9.1/samples/ASP.NET%20Core%203/PerTenantAuthenticationSample

It is still mostly transferable.

I need to either update the docs or update the sample to .NET 6 or 7.

AndrewTriesToCode commented 1 year ago

I hope this sample helps answer some of your questions. Unfortunately I am only able to spend a limited amount of time supporting this project. I appreciate your feedback.