4.2.0 • Published 7 years ago
@miracl/mfa-client-js v4.2.0
Headless MFA Client Library
Installation
$ git clone
$ cd project_folder
$ npm install
$ npm run build
Running Tests
Install development dependencies:
$ npm install
Then:
$ npm test
Available options
var mfaOptions = {
server: "serverUrl", // required
customerId: "customerId", // required
seed: "hexEncodedRandomNumberGeneratorSeed", // required
deviceName: "Name of Device"
}
var mfa = new Mfa(mfaOptions);
Build in Docker image
docker build -t mfa-client-builder .
docker run -v $PWD:/home/node mfa-client-builder npm run build
4.2.0
7 years ago
4.1.0
7 years ago
4.0.1
7 years ago
4.0.0
7 years ago
3.1.1
7 years ago
3.1.0
7 years ago
3.0.0
7 years ago
2.2.3
7 years ago
2.2.2
7 years ago
2.2.1
7 years ago
2.2.0
7 years ago
2.1.0
7 years ago
2.0.0
8 years ago
1.2.2
8 years ago
1.2.1
8 years ago
1.2.0
8 years ago
1.1.1
8 years ago
1.1.0
8 years ago
1.0.15
8 years ago
1.0.14
8 years ago
1.0.13
8 years ago
1.0.12
8 years ago
1.0.11
8 years ago
1.0.10
8 years ago
1.0.9
8 years ago
1.0.8
8 years ago
1.0.7
8 years ago
1.0.6
8 years ago
1.0.5
8 years ago
1.0.4
8 years ago
1.0.3
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago