Skip to main content
Passwordless authentication. Users enter their email, receive a link, click it, and they’re signed in.

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

How It Works

Usage

Place this component on a sign-in page as an alternative to email/password. Many modern apps offer magic link as the primary or only authentication method.
Magic links are ideal for apps where reducing sign-in friction is more important than traditional password security.