Send a magic link or a six-digit email code from your own branded domain, without teaching users a new form.
Send a branded sign-in link that returns users to your product.
Offer a six-digit code from the same email entry point in SignIn.
Deliver from your own domain with the identity users expect to see.
import { useSignIn } from '@authowl/react' const signIn = useSignIn() // link-based sign-in await signIn.magicLink({ email }) // or complete a six-digit email code await signIn.emailOtp({ email, otp })
Included on every plan - Free through Scale.
Give every inbox a branded route back into your product.