basic
HTTP Basic Auth for Node.js
Installation
npm install basic
Basic Use
var http = ;var basic = ; var auth = ; http;
curl --head -H "Authorization:Basic bGV0Om1lIGlu" http://localhost:8000
Testing
npm test
npm install basic
var http = ;var basic = ; var auth = ; http;
curl --head -H "Authorization:Basic bGV0Om1lIGlu" http://localhost:8000
npm test
npm i basic
483
2.0.3
MIT
7.33 kB
13