Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/live/deps.ts>supabase.GoTrueClient#signUp

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
method supabase.GoTrueClient.prototype.signUp
Re-export
import { supabase } from "https://deno.land/x/live@1.55.1/deps.ts";
const { GoTrueClient } = supabase;

Creates a new user.

Be aware that if a user account exists in the system you may get back an error message that attempts to hide this information from the user. This method has support for PKCE via email signups. The PKCE flow cannot be used when autoconfirm is enabled.

Parameters

credentials: SignUpWithPasswordCredentials

Returns

Promise<AuthResponse>

A logged-in session if the server has "autoconfirm" ON