View Source Code

Auth Email

Verify and Sign Up with Email and Password

Sign up a new user with an email and password.

Request

  • email
    string
  • password
    string
  • verificationToken
    string
  • code
    string

Response

  • userToken
    string

Usage

1. Install the module

2. Use this script

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