Ruler - You CAN do more!
Ruler can help you DO more with ACL.
Just call the Judge to decide if the user can access your resource.
var Ruler = ;var Power = ; // This file is instead the sample folder on this project. var person = {};personroles = 'admin'; var acl = Power; //Promise way...// Promise me, this user is granted! // the question: Judge, This PERSON can CREATE an USER?acl ; // Callback way...// When you return, tell me if this user is granted! acl;