Hi. Although I'm an experienced programmer, I'm pr...
# help
j
Hi. Although I'm an experienced programmer, I'm pretty new to the web-app side of things, so please excuse me if there is the answer to this is obvious. I would like a workflow where an employer would set up an employee entry for their company and then invite the employee to connect to it. If the employee is already a member of the system then they should just log in as per normal and then their account would be linked to the employee entry, otherwise, they create a new account for themselves and it is automatically linked to the employee entry. I want the option of doing it this way around because I don't want the employer's configuration of their company information to be stalled by employees not being signed up yet (some may be on holiday for example). How might this be achieved?
n
Hello @Jonathan H! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
g
The big issue to solve is how to invite users. You can certainly pre-populate at table with their email as a key and use that as a unique identifier. This discusses some of the issues:https://github.com/supabase/supabase/discussions/6055 You might find more info there searching multi tenant or even here.
n
Jonathan H (2022-04-15)