Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
method supabase.GoTrueClient.prototype.signUp
Re-export
import { supabase } from "https://deno.land/x/live@1.53.10/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