Cambalab / vue-admin

An open source frontend Framework for building admin applications running in the browser on top of REST, using ES6 and Vue.js
GNU General Public License v3.0
132 stars 24 forks source link

As a user I want to use auth types to access the auth store module #178

Closed sgobotta closed 5 years ago

sgobotta commented 5 years ago

Is your feature request related to a problem? Please describe. It would be useful to define a single way to access the auth store, instead of harcoding each mutation, action, getter call.

Describe the solution you'd like Generalise the isAuthenticated and getUser methods.

Describe alternatives you've considered Documentation somehere?