退出当前用户,如果有一个登录的用户。

  await supabase.auth.signOut();
  

Notes

  • 为了使用signOut()方法,用户需要先退出。

Examples

Sign out

  await supabase.auth.signOut();