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?
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
andgetUser
methods.Describe alternatives you've considered Documentation somehere?