vue-acl icon indicating copy to clipboard operation
vue-acl copied to clipboard

Access Control List plugin for VueJS 2.0

Results 15 vue-acl issues
Sort by recently updated
recently updated
newest added

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

https://github.com/leonardovilarinho/vue-acl/blob/affd849636e24f00c5be6e83faa86d8d6bc9ffe8/source/checker.js#L9 This line doesn't allow a router rule such as: ```js meta: { rule: '*' } ``` to go through, It remains invalid, as it is not a predefined rule,...

Hi @leonardovilarinho I found the '*' asterisk rule doesn't work. It will raise `'[vue-acl] you have invalid rules'` in `checker.js`, however `['*']` works. Please check the `asterisk-invalid` and `asterisk-valid` in...

Hi Leonardo. Just a simple question ... Is this docu outdated ? https://leonardovilarinho.github.io/vue-acl/ (if so, that would really be a pity ... it was SO easy to use...) Thanks in...