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

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
method supabase.GoTrueClient.prototype.signUp
Re-export
import { supabase } from "https://deno.land/x/live@1.74.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.

Returns

Promise<AuthResponse>

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