Open konradpodgorski opened 9 years ago
TenantUser does not implement TenantAwareInterface which is convenient here https://github.com/tahoelimited/multi-tenancy-bundle/blob/master/Controller/StartController.php#L16
TenantAwareInterface
because you can list all available tenants on start screen but it's not secure enough
https://github.com/tahoelimited/multi-tenancy-bundle/blob/master/Entity/TenantUser.php
@konradpodgorski is this a bug, or something you would like to implement? :smile:
I will look into it later in December
TenantUser does not implement
TenantAwareInterface
which is convenient here https://github.com/tahoelimited/multi-tenancy-bundle/blob/master/Controller/StartController.php#L16because you can list all available tenants on start screen but it's not secure enough
https://github.com/tahoelimited/multi-tenancy-bundle/blob/master/Entity/TenantUser.php