Current behavior
You can access pages reserved only for authenticated users as a guest. Those pages are indexed by search engines. Landing on those pages (for example from search engine) will result in bad user experience as main menu and icons on the right side doesn't work.
Expected behavior
Guest should be redirected back or to the home page on routes dedicated for authenticated users.
Steps to reproduce the issue
Additional information
Maybe we should implement route middlewares, something like nuxt has (just an idea)
https://nuxtjs.org/guide/routing/#middleware