• Modules
  • Authentication
  • Auth Email Passwordless
View Source Code

Auth Email Passwordless

Send Email Verification

Send a one-time verification code to an email address to verify ownership.

Request

  • email
    string
  • userToken
    optional string

Response

Usage

1. Install the module

2. Use this script

const data = await ctx.modules.auth_email_passwordless.send_verification({
  // Request body
});