-
-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, mix ash_phoenix.gen.live does not natively support multitenancy. For users building SaaS applications with Ash and AshPostgres, handling multitenancy requires manual intervention.
Generated LiveView pages do not automatically respect tenant context, requiring additional modifications to:
• Ensure LiveView sessions and queries include tenant information.
• Modify mount/3 in generated LiveViews to retrieve and apply the correct tenant.
• Adjust the router to properly assign tenants for multitenant-aware resources.
Without first-class support for multitenancy in ash_phoenix.gen.live, developers need to manually patch these issues every time they generate a new resource.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Someday