© 2026 Hedgehog Software, LLC
const { data, error } = await supabase.auth.updateUser({email: 'new@email.com'})
const { dataSignIn, errorSignIn } = await supabase.auth.signInWithPassword({ email: userObject.email, password: userObject.name, }) const { dataSession, errorSession } = await supabase.auth.getSession() const { user, errorUpdateUser } = await supabase.auth.updateUser({ email: email, password: password })