Verify a user’s email address and register it with an existing account.
const data = await ctx.modules.authEmailPassword.verifyAddEmailPass({ // Request body });
Yes
Object containing the following properties:
userToken
string
email
password
oldPassword
verificationToken
code
(*) Required.
Unknown type. (optional & nullable)