@pyramation/htpasswd
v0.0.1
Published
htpasswd utils
Readme
htpasswd 
Utilities for htpasswd username password generation
Installation
npm install @pyramation/htpasswdUsage
import htpasswd from '@pyramation/htpasswd';
const { auth, header } = htpasswd(username, password);You will get the auth hash, as well as the header you'll need for basic-auth
