basic-auth-ware
v1.0.0
Published
Simple HTTP basic auth middleware for Express
Downloads
3
Readme
basic-auth-ware
Install
$ npm install basic-auth-ware
Use
const app = require('express')
app.use(require('basic-auth-ware')('joe', 'myPassword123'))
app.listen(8080)
License
MIT