Properties
Features
- Single email input — no password needed
- Sends a one-time authentication link via email
- Link auto-authenticates the user on click
- Shows success message with “check your email” prompt
- Links expire after a set time for security
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Passwordless magic link component for Framer that emails users a one-time sign-in link so they can authenticate with a single click, no password.
| Property | Type | Description | Default |
|---|---|---|---|
| Accent Color | Color | Button color | #9EE86F |
| Button Text | String | Submit button text | Send Magic Link |
| Success Message | String | Message after email is sent | Check your email for a sign-in link |
User enters email → Backend sends magic link email
→ User clicks link in email
→ Auth Plugin validates token
→ User is authenticated and redirected