feat: workspace context enforcement (specs 070–072) #85
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/072-managed-tenants-workspace-enforcement"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements specs 070–072 (workspace foundation, workspace-scoped tenant selection, managed-tenants workspace enforcement).
Highlights
/admin/managed-tenants*routes redirect into workspace-scoped URLs./admin/t/{tenant}to 404 when workspace context is missing or mismatched.Verification
vendor/bin/sail bin pint --dirtyvendor/bin/sail artisan test --compact tests/Feature/Guards/NoAdHocFilamentAuthPatternsTest.php tests/Feature/Workspaces tests/Feature/Filament/ChooseTenantIsWorkspaceScopedTest.php tests/Feature/Filament/ChooseTenantRequiresWorkspaceTest.php tests/Feature/Filament/TenantSwitcherUrlResolvesTenantTest.php tests/Feature/ManagedTenants tests/Feature/AdminNewRedirectTest.phpNotes
bootstrap/providers.php(Laravel 11+ rule).