import { supabase } from "https://deno.land/x/live@1.60.0/deps.ts";
const { GoTrueAdminApi } = supabase;
Creates a new user.
This function should only be called on a server. Never expose your service_role
key in the browser.
x/live/deps.ts>supabase.GoTrueAdminApi#createUser
import { supabase } from "https://deno.land/x/live@1.60.0/deps.ts";
const { GoTrueAdminApi } = supabase;
Creates a new user.
This function should only be called on a server. Never expose your service_role
key in the browser.