Skip to content

Instantly share code, notes, and snippets.

@Enome
Created July 30, 2012 20:39
Show Gist options
  • Save Enome/3209994 to your computer and use it in GitHub Desktop.
Save Enome/3209994 to your computer and use it in GitHub Desktop.
var customBasicAuth = function (req, res, next) {
if (!allow_all) {
return basicAuth(req, res, next);
}
next();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment