Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-a/auth-fs
https://github.com/s-a/auth-fs
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/s-a/auth-fs
- Owner: s-a
- License: mit
- Created: 2014-03-20T08:32:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-20T10:19:45.000Z (over 10 years ago)
- Last Synced: 2024-10-30T13:45:28.292Z (18 days ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/"
});