How to use vue-auth on Quasar
-
Hi!
I tried to use vue-auth (https://github.com/websanova/vue-auth) instead of reinventing the wheel, but I didn’t succeeded. Does anyone have instructions or pointers on accomplishing this?
Like Quasar has the router.js file and vue-auth needs the router to be already present, and probably I didn’t solve that in the right way
Thanks!
-
Have you figured out the solution? I’m current stuck as well
-
same here
-
any updates on this?
-
@manelclos said in How to use vue-auth on Quasar:
Like Quasar has the router.js file and vue-auth needs the router to be already present, and probably I didn’t solve that in the right way
vue-auth doesn’t have the router file, it has the driver for the vue-router. You need that to check and authorize routes.