View Source Code

Auth Email

Verify and Link Email Address to User

Verify a user's email address and link it to an existing account without allowing login passwordless.

Request

  • verificationToken
    string
  • code
    string
  • userToken
    string

Response

Usage

1. Install the module

2. Use this script

const data = await ctx.modules.auth_email.verify_link_email({
  // Request body
});