• Modules
  • Authentication
  • User Password Verifier
View Source Code

User Password Verifier

Verify Password for User ID

Verify that the provided password matches the provided user ID. Errors on mismatch.

Request

  • userId
    string
  • password
    string

Response

Usage

1. Install the module

2. Use this script

const data = await ctx.modules.user_passwords.verify({
  // Request body
});