Library for developers to use to integrate keystroke dynamic authorization into user authentification
npm install DoubleCheckDouble Check
=================
Library for developers to integrate keystroke dynamics into user authentication.
When installed with NPM, the software will create a file system for developers
to use on there node servers.
npm install DoubleCheck.
.
├── node_modules
│ └── DoubleCheck
│ ├── README.md
│ ├── doubleCheck.js
│ ├── doubleCheckDatabaseTest.db
│ ├── login.js
│ ├── node_modules
│ │ └── sqlite3
│ │ ├── ...
│ ├── package.json
│ ├── register.js
│ ├── scripts
│ │ ├── createFile.js
│ │ └── removeFile.js
│ └── tests
│ ├── nodeForm.js
│ ├── register.html
│ ├── test.html
│ └── testing.js
├── testing.js
`
Usage
Note: the module must be installed before use.
`js
var dc = require('DoubleCheck');
`
This will givue you functions avaliable to it. These are avaliable checking the API
of the system.Dependencies
- sqlite3API
See the API documentation in the wiki.
Contributors
License
DoubleCheck` is ISC