• Modules
  • Authentication
  • Auth Email/Password
View Source Code

Auth Email/Password

Verify and Sign Up with Email and Password

Verify a user's email address and register a new user with an email and password.

Request

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

Response

Usage

1. Install the module

2. Use this script

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