Logout
In this episode I'm quickly going to show you how to logout out of your OctoberCMS, Vue and Vuex application.
First thing you have to understand is that we are not actually logging out of the application, because we were never actually logged in, we only get or remove our security JWT token. So when you remove the token you then don’t have access to routes that require authentication, and then you are effectivley logged out.