Invite team member implementation #6055
|
I want to implement invite team members feature any idea how it can be done using supabase? Basically user should be able to invite team members to his account. Any pointers/suggestions how it can be done? |
Replies: 2 comments 15 replies
|
I have a project that makes use of the inviteUserByEmail function of Supabase, you could use this to create your team member invitation system. The repo can be found here https://github.com/silentworks/waiting-list |
|
Hi everyone, we don't plan on supporting this feature on Supabase Auth for now. Invite systems are highly customisable and each system really depends on how you set up your tenants / organisations. Currently, we only support user invitations from an admin via the supabase.auth.admin.inviteUserByEmail method. This follows the following flow:
|
Hi everyone, we don't plan on supporting this feature on Supabase Auth for now. Invite systems are highly customisable and each system really depends on how you set up your tenants / organisations. Currently, we only support user invitations from an admin via the supabase.auth.admin.inviteUserByEmail method. This follows the following flow:
supabase.auth.admin.inviteUserByEmailcommand