iddb
v0.0.1
Published
A collective authentication pool using OpenID for the interfacing API
Downloads
2
Maintainers
Readme
idDB
A collective authentication pool using OpenID for the interfacing API. The concept around this implementation is outlined here
Features
- Application-agnostic
- Database independent
- Brute force cracking resilience
Install
npm install iddb
Usage
Install the module and connect to a database when initiating
var IDDB - require("iddb");
var db = new IDDB( options )
Options
...
Methods
...
Credits
Initiated by Makis Tracend ( @tracend )
Distributed through Makesites.org
Released under the MIT license