8.2.0 • Published 12 months ago

@miracl/client-js v8.2.0

Weekly downloads
-
License
Apache-2.0
Repository
gitlab
Last release
12 months ago

Headless MFA Client Library

pipeline status coverage report

Installation

npm install
npm run build

Running Tests

Install development dependencies:

npm install
npm test

Available options

var options = {
	projectId: "projectId", // required
	seed: "hexEncodedRandomNumberGeneratorSeed", // required
	userStorage: localStorage, // required
	deviceName: "Name of Device"
}

var client = new MIRACLTrust(options);

Build in Docker image

docker run -v $PWD:/src -w /src node:alpine npm run build
8.3.0

9 months ago

8.1.0

1 year ago

8.2.0

12 months ago

8.0.0

1 year ago

7.4.0

2 years ago

7.3.0

2 years ago

7.2.0

2 years ago

7.1.0

2 years ago

7.0.0

3 years ago

6.3.0

3 years ago

6.2.0

3 years ago

6.1.0

3 years ago

6.0.0

4 years ago