DEV Community

Discussion on: How to make nuxt auth working with JWT - a definitive guide

Collapse
 
mrnaif2018 profile image
MrNaif2018

Hi! There are lots of possible causes.
Just a few guesses:
Might it be that vuex/something else that is required for nuxt auth is not enabled in your app?
Or maybe the backend returns false so it gets stored?
Or some other issue, try debugging the setRefreshToken calls, etc.