fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.

Home Page:https://fullstackhero.net/dotnet-webapi-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any way to bypass the requirement for tenant in headers?

rcholic opened this issue · comments

Is your feature request related to a problem? Please describe.

  • For some APIs I create using this awesome boilerplate is used by another service that is maintained by another provider, it is impossible for those services to insert the tenant header in their requests going to my API.
  • Is it possible to drop the requirement for tenant in headers?

Describe the solution you'd like
Use some kind of annotation in controller method to bypass the requirement for tenant in headers.

Thanks