0.1.0 • Published 3 years ago

persona-device v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Persona Device SDK

The official Javascript client library for Persona Devices.

Table of Contents

Install

npm install persona-device

Documentation

The module provides a client for the Persona device flow. For complete information about the API, head to the docs.

Getting Started

To open the flow you must call the trace method.

const Persona = require('persona-device');
Persona.Device.trace();

Contributing

Please see Contributing for guidelines and instructions for local development.

License

MIT