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.
Inorder to use this package, a developer must run npm install DoubleCheck
.
This will create a file system that looks like:
.
├── 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
Note: the module must be installed before use.
var dc = require('DoubleCheck');
This will givue you functions avaliable to it. These are avaliable checking the API of the system.
See the API documentation in the wiki.
DoubleCheck
is ISC