Vue Router Navigation Guards with Vuex

Originally published at: Vue Router Navigation Guards with Vuex - Server Side Up

In the last two tutorials we opened up some data publicly on the API side of the application Public and Private API with Laravel - Server Side Up and blocked a few actions based on whether the use was authenticated or not VueJS Route Security and Authentication - Server Side Up. In this tutorial we will expand on blocking off certain features of our application on the front end side using Vue…