โ† Back|Magic Link

What happens under the hood

  1. 01User enters email address
  2. 02A time-limited email with a signed token is sent to their inbox
  3. 03User clicks the link; Descope validates the signed token and completes sign-in
  4. 04Session is established, JWT is issued

Key tradeoffs

โœ“ Zero password management for users or you

โœ— Requires inbox access at login. Breaks on shared/corp email filters

โœ“ Email is implicitly verified on first login

โœ— Context switch (app โ†’ email โ†’ back) causes mobile drop-off

โœ“ Simple to implement, works everywhere

โœ— Link expiry causes confusion if user delays clicking

Try it live

โ†’ Enter your email and click Continue. Check your inbox for a login link, it should arrive within 30 seconds.

Auth Decision Kit