pocin
03/30/2022, 8:41 AMconst { user, session, error } = await supabase.auth.signIn(
{provider: 'discord'},
{scopes: 'identify'})
but the it seems the scope is appended in the url &scope=email+identify+identify
Looked through the code https://github.com/supabase/gotrue-js/blob/2f183f421096755d3ae2bd4f698503422a6b8eea/src/GoTrueClient.ts#L246 and it shouldnt be the case, am i missing something?
Or is the email
mandatory for supabase to work properly?Needle
03/30/2022, 8:41 AM/title
command!
We have solved your problem?
Click the button below to archive it.garyaustin
03/30/2022, 12:31 PMNeedle
03/30/2022, 12:31 PMNeedle
03/30/2022, 3:32 PM