Jithin A G
Results
2
comments of
Jithin A G
i used this github.com/chasevida/express-mongoose-acl.git but some error is occued why?
/* - ------------------------------------------------ - ACL */ var nodeAcl = new acl(new acl.mongodbBackend(mongoose.connection.db)); app.use( nodeAcl.middleware ); //nodeAcl.allow('guest', ['books'], ['get', 'post']); // throws error //nodeAcl.allow('admin', ['books', 'users'], '*'); // throws error /*...