auth-fs

0.0.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i auth-fs

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • s-a