keyri-auth-core
v3.4.0
Published
library to interface with the keyri API
Downloads
3
Maintainers
Readme
Keyri Auth Core
Front End, Mobile Front End, and Server Side utilities for interfacing with the Keyri API.
- Create Dynamic Logon QRs
- Register and Validate Passkeys on Your User's Desktop
- Register and Validate Passkeys on Your User's Phone (via QR!)
- Verify Users and Register Passkeys
Documentation
For official documentation goto https://docs.keyri.com
Installation
Using Yarn or NPM
$ npm insall --save keyri-auth-core
or
$ yarn add keyri-auth-core
Hello World App
If you want to set up a "demo" web-application to get a feel for how everything ties together, do the following:
$ git clone https://github.com/Keyri-Co/keyri-auth-core
$ cd ./keyri-auth-core
$ npm install
$ npm run demo
Set your browser at http://localhost/public
and it should work.