anonybit-a3-js
v1.0.6
Published
Anonybit A3 JS
Downloads
210
Readme
README
Anonybit A3 JS integration
What is this repository for?
Anonybit integration with A3
How do I get set up?
- use
npm i anonybit-a3-js
inorder to install this package into your app - initialize an object:
const options = {cid: [THE CUSTOMER ID]}
const anonybit = new Anonybit(options)
- extract the device meta data
const deviceMetaData = anonybit.getDeviceMetaData()
- the device metadata should be sent back to anonybit via the authentication and enrollment endpoints
Who do I talk to?
if there is any problems please contact me at [email protected]