1. add vuex
- server return session token with Usermodel after successfully login -> store login status in vuex
- add log out button -> clear token in localstorage and login status in vuex
- now we can define each route whether it needs auth (login status) to continue redirecting