Join Discord
Powered by
What is the most efficient way to cause the page t...
# off-topic
b
barry
03/30/2022, 1:22 PM
What is the most efficient way to cause the page to re-render when auth changes?
a
Avin
03/30/2022, 3:13 PM
I think supabase auth helpers package already has that. It's to setState inside the
onAuthStateChange
listener
s
sbr
04/03/2022, 8:50 PM
If I login via a magic link in a different window, onAuthStateChange isn't fired in all other open windows
sbr
04/03/2022, 8:51 PM
Based on
https://github.com/supabase/supabase/issues/2739
, it should be working but it isn't
Previous
Next