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

my boot `file:` `// boot/acl import { AclInstaller, AclCreate, AclRule } from 'vue-acl' export default async ({ router, Vue }) => { Vue.use(AclInstaller) const myAcls = new AclCreate({ initial: 'admin',...

As Vue 3 have RC and vue-router might come out of beta really soon. It will be good idea to add support for Vue 3.

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

Hello sir, I implemented vue-acl it works but when i update the permission then my menus are not hide & showing instantly as per permission on frontend. There are only...

Middleware can be used to change notFound path. I used it to change not found according to the user connection. notFound parameter can accept same configuration as router.push: - {...

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.3. Commits 8647803 6.5.3 856fe4d signature: prevent malleability and overflows 6048941 6.5.2 9984964 package: bump dependencies ec735ed utils: leak less information in getNAF() 71e4e8e 6.5.1...

dependencies

` notfound: { path: '/error', forwardQueryParams: true, },` It seems rather odd notfound option is fixed to just one route. A very common use-case is that if a visitor without...

Hello, I want to do something like this: 1. make basic globalRules like: ``` globalRules: { editor: new AclRule('editor').generate(), accessUsersRoute: new AclRule('admin').generate() } ``` 2. fetch permission data from my...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies