Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/s-a/auth-fs


https://github.com/s-a/auth-fs

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

        

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/"
});