Stojan Dimitrovski
Stojan Dimitrovski
This is behavior that is not something the library can provide. You should synchronize the "remember me" state across tabs manually. `persistSession` is really a low-level flag that you can...
This has been fixed. Thank you @pixtron!
Thank you for your contribution. The API has advanced quite a bit, so please submit a new PR if you still want to see this.
Why do you need access to the token? @nainglynndw (Given that this issue has been inactive for a while I'll close it but feel free to continue discussing or re-open...
This issue has been inactive for a while and I believe the underlying issues have already been addressed with version 2.
We no longer recommend the use of `sb-access-token` and `sb-refresh-token` cookies. Please read our latest [server side rendering](https://supabase.com/docs/guides/auth/server-side-rendering) document to understand best practices for accessing access and refresh tokens on...
The client library is not able to do anything about this. Please make sure you structure your code to avoid this endless loop.
Hey everyone. Just looking at some of the code mentioned here. There are a few problems with it. First, always make sure that the `supabase.auth.onAuthStateChange` function is *registered early and...
We no longer recommend relying on the `sb-access-token` and `sb-refresh-token` cookies which are only sent for backward compatibility reasons.
Hi, thank you for your contribution! The library has advanced quite a bit from then. I'll close this PR for now, but do open a new one if you would...