Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gsf/hedge

Basic access authentication (basic auth) middleware for Node.js
https://github.com/gsf/hedge

Last synced: 19 days ago
JSON representation

Basic access authentication (basic auth) middleware for Node.js

Awesome Lists containing this project

README

        

hedge
=====
Basic access authentication (basic auth) middleware for Node.js

Usage
-----
Hedge follows the standard (req, res, next) middleware contract so
it should work with stack, express, connect, http-proxy, etc.

See https://github.com/gsf/basic-auth-proxy-server for an example.