adonis-acl
adonis-acl copied to clipboard
demo app: https://github.com/enniel/adonis-acl-blog-demo
Results
3
adonis-acl issues
Sort by
recently updated
recently updated
newest added
Would be awsome if this library support Adonis 5.
I believe it would be interesting for the project if there were more auxiliary functions, such as `user.hasPermissionTo()` or `user.hasAllPermissions()`. In this pull request I made just one example, if...
Simple missing the S in Roles: `class RoleSchema extends Schema {...` While the exports has it: `module.exports = RolesSchema`