DEV Community

Discussion on: Authenticating a Vue SPA is easy with Laravel Sanctum

Collapse
 
dylanglockler profile image
Dylan

Nice write up. I have Larave/Sanctum working well with Quasar with Vuex - wondering if there is a good way to know on the vue side if the user is authenticated - or perhaps at the login process I just need to track that state myself. I'm loading their user data into Vuex but on refresh it's lost, while the authentication is maintained - I'd like to query that auth state to then re-query the user details.