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:
// credentials object is an object containing the access_token, refresh_token created from the URL Fragment// trying do a signInconst data = await supabaseClient.auth.signIn({ refreshToken: credentials.refresh_token,})
// credentials object is an object containing the access_token, refresh_token created from the URL Fragment// trying do a signInconst data = await supabaseClient.auth.signIn({ refreshToken: credentials.refresh_token,})
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.