inviteUserByEmail Service_Role_Key
In the Documentation --
Based on the type definition, I don't understand how I would pass the service_role key to the function. Or maybe I'm misunderstanding how the service_role key is applied?
Also, for context, this is inside an edge function. So I believe I should have access to
inviteUserByEmail mentions that it requires the service_role key. Based on the type definition, I don't understand how I would pass the service_role key to the function. Or maybe I'm misunderstanding how the service_role key is applied?
Also, for context, this is inside an edge function. So I believe I should have access to
SUPABASE_SERVICE_ROLE_KEY I just don't understand how to apply it.
Sends an invite link to an email address.