Multi tab session

I have noticed that when a session is active on one tab, it doesn't refresh on other tabs.

After some searching, I came across this PR:
https://github.com/supabase/gotrue-js/pull/566

It mentions that storageKey should be used for the channel's name. What is- and where is the storageKey obtained from?
GitHub
Uses the BroadcastChannel API to register a new broadcast channel (using the storageKey option as the channel's name) which will broadcast state change events from the originating tab to all ot...
Was this page helpful?