feathersjs-ecosystem/feathers-authentication-management

View on GitHub
src/methods/reset-password.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
90%

Function resetPassword has 6 arguments (exceeds 5 allowed). Consider refactoring.
Open

  options: ResetPasswordOptions,
  identifyUser: IdentifyUser,
  tokens: Tokens,
  password: string,
  notifierOptions: NotifierOptions = {},
Severity: Minor
Found in src/methods/reset-password.ts - About 35 mins to fix

    Function resetPwdWithShortToken has 6 arguments (exceeds 5 allowed). Consider refactoring.
    Open

      options: ResetPwdWithShortTokenOptions,
      resetShortToken: string,
      identifyUser: IdentifyUser,
      password: string,
      notifierOptions: NotifierOptions = {},
    Severity: Minor
    Found in src/methods/reset-password.ts - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status