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
{{ message }}
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
On npm the version marked as latest is still 2.62.2 even though according to github there is already a 2.64.2 version.
I want to the use the signInAnonmymously fn, but cant.
For some reason I get No Access-Control-Allow-origin when the lib is trying to get the /user, no matter if anonymous or with magic link. This is working fine in 2.62.2.
I was not sure if maybe there is a connection between these two.
Also there is @supabase/auth-js and @supabase/gotrue-js why is that? Is there a difference?
On npm the version marked as latest is still 2.62.2 even though according to github there is already a 2.64.2 version.
I want to the use the
signInAnonmymouslyfn, but cant.For some reason I get
No Access-Control-Allow-originwhen the lib is trying to get the/user, no matter if anonymous or with magic link. This is working fine in 2.62.2.I was not sure if maybe there is a connection between these two.
Also there is
@supabase/auth-jsand@supabase/gotrue-jswhy is that? Is there a difference?