Skip to main content
Module

x/supabase/mod.ts>GoTrueApi#sendMagicLinkEmail

An isomorphic Javascript client for Supabase.
Go to Latest
method GoTrueApi.prototype.sendMagicLinkEmail
Re-export
import { GoTrueApi } from "https://deno.land/x/supabase@1.3.1/mod.ts";

Sends a magic login link to an email address.

Parameters

email: string

The email address of the user.

optional
options: { redirectTo?: string; } = [UNSUPPORTED]

A URL or mobile address to send the user to after they are confirmed.

Returns

Promise<{ data: Record<string, unknown> | null; error: ApiError | null; }>