Skip to content

s-a/auth-fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published