• Modules
  • Authentication
  • Auth Email Passwordless
View Source Code

Auth Email Passwordless

Verify and Add Email to Existing User (No Password)

Verify a user's email address and register it with an existing account. Does not require a password.

Request

  • verificationToken
    string
  • code
    string
  • userToken
    string

Response

Usage

1. Install the module

2. Use this script

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