import { supabase } from "https://deno.land/x/live@1.53.6/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