geordi
05/09/2022, 9:02 PMawait supabaseClient.auth.signIn({
provider: "twitter",
},
{
redirectTo: "http://localhost:3000/app"
});
and in my Additional redirect URLs settings:
http://localhost:3000/app
I wasn't sure if it could be the # symbol appended on the URL that has the access_token param after it, so tried a few ways of hard-coding it on the URL but to no luck. I'm using the supabase-auth-helpers package but don't think it's related to this. Help is much appreciated!Needle
05/09/2022, 9:02 PMgeordi
05/10/2022, 12:06 PM