vue-authorize
vue-authorize copied to clipboard
Simple Vue.js authorization library
Hi, can you help me? I'm starting to use this package and I have some questions. If you solve me some of this questions will help me a lot. 1....
I came across this error while setting up role management based on the user object from `localStorage` I did this in the `created` hook: ``` created() { console.log(this.$authorize.isAuthorized(['user'], ['create']).then()) }...
The plugin registers a "v-is-authorized" directive despite all documentation showing that it should be "v-if-authorized". Changed the directive registration to match the README.
Hi! Using vuex and vue-router, together with vue-authenticate and vue-authorize. I have a permission scheme, for which the data comes from the backend. I assume this is a pretty common...
This dependency was not found: * promise-polyfill in ./~/vue-authorize/src/promise.js To install it, you can run: npm install --save promise-polyfill
Hello, Congrat for your great job. Looking for this kind of tool. It seems simpler than vue-kindergarten. Would it be possible to have more document and example. Thanks alot. Brice