UNPKG

http-auth

Version:

Node.js package for HTTP basic and digest access authentication.

12 lines (10 loc) 251 B
// Generated by CoffeeScript 1.8.0 (function() { module.exports = function(authentication) { return function(req, res, next) { return authentication.check(req, res, function() { return next(); }); }; }; }).call(this);