auth-js icon indicating copy to clipboard operation
auth-js copied to clipboard

Namespace cookie / localstorage

Open inian opened this issue 3 years ago • 2 comments

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.

inian avatar Dec 20 '21 06:12 inian

Merging with https://github.com/supabase/gotrue-js/issues/213

inian avatar Jan 23 '22 13:01 inian

I think this is a separate issue from https://github.com/supabase/gotrue-js/issues/213.

bnjmnt4n avatar Jan 24 '22 09:01 bnjmnt4n

fixed in v2 - closing this for now

kangmingtay avatar Sep 30 '22 06:09 kangmingtay