auth-js
auth-js copied to clipboard
Namespace cookie / localstorage
There is a conflict if we use multiple supabase projects in the same website. This is because we use the same key to read from localstorage / cookie. We will need to name space the token per project.
Merging with https://github.com/supabase/gotrue-js/issues/213
I think this is a separate issue from https://github.com/supabase/gotrue-js/issues/213.
fixed in v2 - closing this for now