Skip to content

Library for developers to integrate keystroke dynamics into user authentication

Notifications You must be signed in to change notification settings

cambeattydev/DoubleCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Double 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.

How to start

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

Usage

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.

Dependencies

API

See the API documentation in the wiki.

Contributors

License

DoubleCheck is ISC

About

Library for developers to integrate keystroke dynamics into user authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published