Replies: 1 comment
-
I am having similar issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having trouble passing queryParams with Google signIn, using the JS package (1.35.6). I have this signIn function and it works fine, except the queryParams are not being passed. What am I doing wrong?
const { user, session, error } = await supabase.auth.signIn( { provider: 'google', }, { redirectTo: '/google-redirect', queryParams: { uid: invitation?.uid, }, } )
Beta Was this translation helpful? Give feedback.
All reactions