Help with auth - 'Request failed' Error on auth.signIn() from VSCode
Hi Guys, I am trying setting the user using the refresh_token obtained by callback to my VSCode extension on the url fragment:
This is my code:
I am doing it according to this example on React Native but in VSCode: https://supabase.com/docs/reference/javascript/auth-signin#sign-in-using-a-refresh-token-eg-in-react-native
But, I did receive the
BTW I am using the
This is my code:
I am doing it according to this example on React Native but in VSCode: https://supabase.com/docs/reference/javascript/auth-signin#sign-in-using-a-refresh-token-eg-in-react-native
But, I did receive the
Request Failed message on the data object: BTW I am using the
supabase-js client V1.Log in an existing user, or login via a third-party provider.