Sign out a user
Signs out the current user, if there is a logged in user.
- In order to use the
signOut()
method, the user needs to be signed in first.
await supabase.auth.signOut();
Signs out the current user, if there is a logged in user.
signOut()
method, the user needs to be signed in first.
await supabase.auth.signOut();