Skip to content

0x7f/node-windows-local-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-windows-local-auth

Authentication for node.js using local windows user accounts.

Example

var windowsLocalAuth = require('windows-local-auth');

windowsLocalAuth(someUser, somePassword, function(err, success) {
    if (err) { throw err; }

    // handle success
});

About

Authentication for node.js using local windows user accounts.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •