6.0.0 • Published 5 years ago

@datafire/passwordutility v6.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@datafire/passwordutility

Client library for PasswordUtility.Web

Installation and Usage

npm install --save @datafire/passwordutility
let passwordutility = require('@datafire/passwordutility').create();

.then(data => {
  console.log(data);
});

Description

Validate and generate passwords using open source tools

Actions

Password_Generate

passwordutility.Password_Generate({
  "length": 0
}, context)

Input

  • input object
    • length required integer
    • upperCase boolean
    • digits boolean
    • specialCharacters boolean

Output

Password_Validate

passwordutility.Password_Validate({
  "password": ""
}, context)

Input

  • input object
    • password required string

Output

Definitions

Object

  • Object object
6.0.0

5 years ago

5.0.0

7 years ago

4.0.0

7 years ago

3.0.0

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

0.0.3

9 years ago

0.0.1

9 years ago