Authentication
/verify
Verify tickets created by email verification, email passwordless authentication (magic link), or password reset
GET
Query Parameters
Ticket
Example:
"verifyEmail:xxxxxxxx"
Type of the ticket. Deprecated, no longer used
Available options:
emailVerify
, emailConfirmChange
, signinPasswordless
, passwordReset
Example:
"email-verification"
Target URL for the redirect
Example:
"https://my-app.com/catch-redirection"