Use case

Add magic link login to Next.js

AscendKit ships passwordless magic link auth with the delivery email built in. Because email and auth share one platform, the magic link is sent through your verified domain on AWS SES without a second vendor, and the same user record powers any follow-up lifecycle messaging.

How it works

  1. 1. Enable magic link
    Turn on magic link auth in the portal and drop in the login component in your Next.js app.
  2. 2. Send through your domain
    The link email is delivered via AWS SES from your verified domain, with deliverability handled by AscendKit.
  3. 3. Continue the lifecycle
    The signed-in usr_ record can immediately enter onboarding journeys or receive welcome email.

FAQ

Do I need a separate email service for the magic link?

No. Email is part of the platform, so the magic link is delivered from your verified domain without adding an email vendor.

Can I combine magic link with passwords or OAuth?

Yes. Magic link, credentials, and OAuth can all be enabled together for the same project.

Start with one API key

Auth, email, surveys, and journeys share one user record, so you ship this without stitching vendors together.

Start free