htpasswd-auth

v2.0.1
authenticate with htpasswd files
htpasswd

htpasswd-auth Circle CI

read/write htpasswd files

Setup

npm install --save htpasswd-auth

Checking if a password is valid

var htpasswd = require('htpasswd-auth');
var file     = fs.readFileSync('./path-to-htpasswd', 'utf-8');

htpasswd.authenticate('dickeyxxx', 'pass', file)
.then(function (auth) {
  // auth is true if the password is valid
});
npm i htpasswd-auth

Metadata

  • ISC
  • Whatever
  • Jeff Dickey
  • released 4/22/2018

Downloads

Maintainers