Clerk
Clerk logo

Email magic links

One-click sign-up and sign-in

Start Building
Email magic links

Onboarding that your users will love

Use Clerk's magic link flows to boost user metrics and eliminate security risks. Quickly verify your users in one step to improve conversion rates, while filtering out spam and fraud.

Seamless Sign-up & Sign-in

Authenticate users from anywhere in your site, while allowing one-click magic link's to be seamlessly completed from any device.

Protect your product and user data

Eliminate bot attacks, account takeovers, and the risk of passwords.

Ensure accounts are tied to a single user

Magic links ensure that each account is tied to a verified email account.

Tools your developers will love

Enjoy a first-class developer experience, customizable flows, and robust out-of-the-box functionality

Flexible integration and implementation

Implement fully-fledged magic links in minutes, then, customize as much as you want with powerful frontend and backend APIs.

MFA supported out-of-the-box

Combine magic links with multi-factor authentication. Our magic links work seamlessly with our MFA functionality, all implemented in minutes.

Deliverability you can count on

Stop worrying about complex configurations and multi-level dependencies with email and SMS providers. Clerk ensures verification emails are speedy with exceptionally high deliverability.
import { useSignIn } from "@clerk/clerk-react";
function MagicLinks() {
const { signIn } = useSignIn();
const {
startMagicLinkFlow,
cancelMagicLinkFlow,
} = signIn.createMagicLinkFlow();
const onClick = () => {
startMagicLinkFlow({
redirect_url: '...'
})
}
return (
<form>
<input type='email' name='email'/>
<button onClick={onClick}>
Send magic link
</button>
</form>
)
}
Clerk's logo

Start now,
no strings attached

Start completely free for up to 10,000 monthly active users and up to 100 monthly active orgs. No credit card required.

Start Building

Pricing built for
businesses of all sizes.

Learn more about our transparent per-user costs to estimate how much your company could save by implementing Clerk.

View pricing
Clerk's logo

Newsletter!

The latest news and updates from Clerk, sent to your inbox.

Clerk logo

Clerk - Complete User Management

TwitterLinkedInGitHubDiscordFacebook

© 2023 Clerk Inc.


product
Components

© 2023 Clerk Inc.