You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if I'm right, but it seems nuxt-auth is glued with vuex, so it is difficult to change to another store library. Well, I have a couple of questions:
What will I miss if I don't use vuex or other store alongside nuxt-auth?
I noticed that nuxt-auth requests the userinfo on every page refresh and every time I access $auth.user. Shouldn't it be only requested once on login?
Is the userinfo stored, or should it be stored? If so, is the store library acting here?
So, there is a way to use pinia instead of vuex?
There is a roadmap to make nuxt-auth work with other store libraries?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I don't know if I'm right, but it seems nuxt-auth is glued with vuex, so it is difficult to change to another store library. Well, I have a couple of questions:
userinfo
on every page refresh and every time I access$auth.user
. Shouldn't it be only requested once on login?userinfo
stored, or should it be stored? If so, is the store library acting here?Thank you. :)
Beta Was this translation helpful? Give feedback.
All reactions