Hi,
I am doing a customer portal where an administrator can invite new members to an account.
Supabase offer a invitation email template. How do I do this with weweb and supabase?
I tried:
- supabase signup → but the authenticated user changes and is a mess
- look for the invite option in weweb supabase plugin, doesn’t exist (I don’t think is the login with magic link)
- Looked for a supabase API documentation but there is only js documentation for invitations.
thanks