-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement signInAnonymously
from the JS client
#88
Comments
Available in v4.2.7 |
Thanks for the instant update.
Also, can you also look into supabase.auth.linkIdentity, referenced https://github.com/supabase/auth-js/blob/92fefbd49f25e20793ca74d5b83142a1bb805a18/src/GoTrueClient.ts#L1734-L1799 |
Can do! |
Available in v4.3.0 |
Re: #87
Current Supabase Documentation:
https://supabase.com/docs/guides/auth/auth-anonymous
Relevant Code here:
https://github.com/supabase/auth-js/blob/92fefbd49f25e20793ca74d5b83142a1bb805a18/src/GoTrueClient.ts#L368-L401
The text was updated successfully, but these errors were encountered: