Skip to main content
Module

x/live/deps.ts>supabase.GenerateLinkOptions

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
interface supabase.GenerateLinkOptions
import { type supabase } from "https://deno.land/x/live@1.53.0/deps.ts";
const { GenerateLinkOptions } = supabase;

Properties

optional
data: object

A custom data object to store the user's metadata. This maps to the auth.users.user_metadata column.

The data should be a JSON object that includes user-specific info, such as their first and last name.

optional
redirectTo: string

The URL which will be appended to the email link generated.