victorybiz / vue-simple-acl

A simple unopinionated Vue plugin for managing user roles and permissions, access-control list (ACL) and role-based access control (RBAC).
https://github.com/victorybiz/vue-simple-acl
131 stars 24 forks source link

Feature request #10

Open kevinwaxi opened 2 years ago

kevinwaxi commented 2 years ago

Well, I am having a great time using this, my request is, could you include a super-admin role option, by default false? The role would override every permission. Currently, I am using laravel spatie permission and this being my first time handling the SPA side of the application, in my opinion, this would reduce the directive conditions specified.