SupabaseS
Supabase4y ago
ven

auth.signOut does not nullify the user object

const { error } = await supabase.auth.signOut()
does not make the user object null. I can still see the user object. I am having to explicit set the user object to null. is this a feature?
Was this page helpful?