OptimalBits / node_acl

Access control lists for node applications
2.62k stars 369 forks source link

consider to extend it for much more real-life business logic? #216

Open yinix opened 7 years ago

yinix commented 7 years ago

Hi All,

Consider to build an admin control panel to manage access list for whole website, I guess it need to list up:

  1. create new role and list up all roles in the db.
  2. list up all resources for the managers.
  3. keep 1 & 2 in order by create date or something.

Is that possible to add those support or not?

Thanks a lot.

Yinix