0.0.1 • Published 10 years ago

iddb v0.0.1

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

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