import { supabase } from "https://deno.land/x/live@1.60.0/deps.ts";
const { GoTrueClient } = supabase;
Allows signing in with an OIDC ID token. The authentication provider used should be enabled and configured.
x/live/deps.ts>supabase.GoTrueClient#signInWithIdToken
import { supabase } from "https://deno.land/x/live@1.60.0/deps.ts";
const { GoTrueClient } = supabase;
Allows signing in with an OIDC ID token. The authentication provider used should be enabled and configured.