Frontend API
Complete authentication using magic link token from email. Processes the magic link and signs in the user.
cURL
curl --request GET \ --url https://{deploymentHost}/auth/verify-magic-link \ --cookie __session=
302
success_redirect
"Redirects to /dashboard after successful magic link authentication with session cookie set"
Session cookie authentication for production deployments. The session token is automatically set as an HTTP-only, secure cookie.
Magic link verification token
Redirect after magic link verification