> ## Documentation Index
> Fetch the complete documentation index at: https://authplugin.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# OTP / Magic Link (Optional)

> Add optional email OTP codes or passwordless magic link sign-in to your Framer site, as alternatives or complements to email and password login.

**Path:** `/verify` or `/magic-link` — Public pages (not protected)

These are optional alternative login methods. You can use one, both, or neither.

## OTP Verification

1. Create a page at `/verify` in Framer
2. Insert **OTP Verification** from Components
3. Drag it onto the page

**How it works:** User enters their email → receives a 4-6 digit code → enters the code → authenticated.

## Magic Link

1. Create a page at `/magic-link` in Framer
2. Insert **Magic Link Form** from Components
3. Drag it onto the page

**How it works:** User enters their email → receives a link → clicks the link → authenticated. No password needed.

<Tip>
  You can offer these as alternatives alongside your regular sign-in page, or use them as your primary login method.
</Tip>
