Terver Aosu

Results 1 comments of Terver Aosu

I think this concern has been addressed in the [docs](https://www.npmjs.com/package/accesscontrol#roles). ``` // user role inherits viewer role permissions ac.grant('user').extend('viewer'); // admin role inherits both user and editor role permissions ac.grant('admin').extend(['user',...