persona-device
v0.1.0
Published
The official web client library for the Persona Device API.
Downloads
3
Readme
Persona Device SDK
The official Javascript client library for Persona Devices.
Table of Contents
- Persona Device SDK
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.