Its my first time dealing with multi tenancy and I'm still a bit confused how i could implement it with my scenario.
I've built a app and want to allow that each 'company' access only their data. Each company have their user admin that can register products,things,etc and other users and their groups inside it company. Will i need to put a request tenant in auth_user like said in this topic: https://groups.google.com/d/msg/web2py/izyKtM-nWPU/G6EDqyWYuOQJ ? I want to separate data by company_id How can i start this? --

