import { supabase } from "https://deno.land/x/deco@1.27.10/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/deco@1.27.10/deps.ts";
const { GoTrueClient } = supabase;
Gets the current user details if there is an existing session.