Background & long-running services for the FleetSpartan platform
workerapi.spartanshieldservice.com
OIDC bearer tokens validated against the FS.Identity provider. Anonymous endpoints opt out per-route via AllowAnonymous.
Acting-tenant resolution via X-Acting-Company-Id / X-Acting-Account-Id headers, gated by the tenant authorizer.
Domain class libraries register routes via IEndpointModule; reflection-driven discovery means new modules drop in without Program.cs edits.