supabase-go icon indicating copy to clipboard operation
supabase-go copied to clipboard

Provision redirectTo for the go sdk

Open saintmalik opened this issue 3 months ago • 1 comments

is it possible to pass the redirectTO parameter for the signup confirmation mail sent by supabase just like its done in the js syntax

async function signUpNewUser() { const { data, error } = await supabase.auth.signUp({ email: '[email protected]', password: 'example-password', options: { emailRedirectTo: 'https://example.com/welcome', }, }) }

saintmalik avatar Apr 03 '24 17:04 saintmalik