Hey there!
I have this situation where the user can manage many companies (many-to-many relationship), and I need to know which company he wants to manage before letting him access the dashboard.
I thought about creating a page with all the companies he has access to and from there he can choose one and then store the company slug in the session, but don't know if its a good approach to this situation or not, and would like to know if there's a better approach .
Any suggestions/approaches are very much appreciated, and thanks in advance!