• This controller will send a forgot password verification code to the given email which will be verified in /api/auth/resetpassword/:email/:passwordResetCode route

    Author

    aayushchugh

    Parameters

    • req: Request<{}, {}, {
          email: string;
      }, ParsedQs, Record<string, any>>

      request

    • res: Response<any, Record<string, any>>

      response

    Returns Promise<Response<any, Record<string, any>>>

Generated using TypeDoc