vmeretail / multi-tenancy-bundle

A multi tenancy bundle for Symfony 2 apps
25 stars 11 forks source link

TenantUser does not implement TenantAwareInterface #31

Open konradpodgorski opened 9 years ago

konradpodgorski commented 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

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

pmartelletti commented 9 years ago

@konradpodgorski is this a bug, or something you would like to implement? :smile:

konradpodgorski commented 9 years ago

I will look into it later in December