0.0.1 • Published 10 years ago

auth-fs v0.0.1

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

auth-fs

NodeJs filesystem based authentication.

authentication.add(Username, Password);
authentication.get(Username, Password);
authentication.remove(Username, Password);

var Authentication = require("./../index.js");
var authentication = new Authentication({
"keys": "./login/"
});

0.0.1

10 years ago