rams0404
Results
2
comments of
rams0404
Issue fixed. issue was in acl_resources collection documents are not created. it is working fine... thank you..
same issue for me... *_while i am using memorybackend *_ acl = new acl(new acl.memoryBackend(),logger()); acl.allow([ { roles:['member'], allows:[{resources:['/login/updateprofile'],permissions:['get','post']},] }] **In case mongodbbackend.** mongoose.connect("mongodb://localhost:27017/acltest"); var db = mongoose.connection; var acl=...