import { supabase } from "https://deno.land/x/live@1.53.6/deps.ts";
const { GoTrueClient } = supabase;
Gets the current user details if there is an existing session.
Returns
Promise<UserResponse>
import { supabase } from "https://deno.land/x/live@1.53.6/deps.ts";
const { GoTrueClient } = supabase;
Gets the current user details if there is an existing session.