What is the most efficient way to cause the page t...
# off-topic
b
What is the most efficient way to cause the page to re-render when auth changes?
a
I think supabase auth helpers package already has that. It's to setState inside the
onAuthStateChange
listener
s
If I login via a magic link in a different window, onAuthStateChange isn't fired in all other open windows
Based on https://github.com/supabase/supabase/issues/2739, it should be working but it isn't