@miracl/client-js

7.4.0 • Public • Published

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 Mfa(options);

Build in Docker image

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

Dependents (0)

Package Sidebar

Install

npm i @miracl/client-js

Weekly Downloads

29

Version

7.4.0

License

Apache-2.0

Unpacked Size

1.93 MB

Total Files

24

Last publish

Collaborators

  • todinov
  • vmitov