You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My web app was using v2.44.3. The app itself will automatically signs user in anonymously after user passed the Cloudflare Turnstile checks. We will prompt user to login with their Google accounts at multiple places, there are two options for user to choose from:
Connect your Google account (uses the linkIdentity() function)
Sign in (uses the signInWithOAuth() function)
But after I upgrade the package to v2.44.4, the user sign in is broken, users still remain as guest/anon even after multiple attempts to login or connect their Google account.
Bug report
Describe the bug
My web app was using
v2.44.3
. The app itself will automatically signs user in anonymously after user passed the Cloudflare Turnstile checks. We will prompt user to login with their Google accounts at multiple places, there are two options for user to choose from:linkIdentity()
function)signInWithOAuth()
function)But after I upgrade the package to
v2.44.4
, the user sign in is broken, users still remain as guest/anon even after multiple attempts to login or connect their Google account.To Reproduce
Steps to reproduce the behavior:
code
forsupabase.auth.exchangeCodeForSession(code);
await supabase.auth.getUser();
, user is not logged in.supabase-js
version tov2.44.3
, you will be able to see the user data afterexchangeCodeForSession()
Expected behavior
Expected user to be logged in.
Screenshots
N/A
System information
v2.44.4
v20.11.0
Additional context
N/A
The text was updated successfully, but these errors were encountered: