Nodejs Simple Passport ACL Library This is a secure permission middleware for PassportJS. Install $ git clone git://github.com/wuranium/simple-passport-acl.git $ npm install Usage route.use('/', _is(1), function(req,res) { /* .... */ }); License MIT