[Vuejs]-How to perform a SignOut action in Nuxt.js

2👍

I suggest that using "Nuxt/auth" for handling your authentication. you can read this docs here:
https://auth.nuxtjs.org/

👤saba

1👍

On a Nuxt.js project I worked on, I created a sign-out.vue page and emptied the localstorage from there, then redirected to the homepage.

Leave a comment