Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/blocks/deps.ts>supabase.GenerateLinkOptions

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Go to Latest
interface supabase.GenerateLinkOptions
import { type supabase } from "https://deno.land/x/blocks@1.72.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.