rlindskog / vueniverse

Full stack, user based, PWA, Vue template.
MIT License
335 stars 48 forks source link

Admin interface #3

Open rlindskog opened 7 years ago

rlindskog commented 7 years ago

Admin Interface

Time to create a legit admin interface for this project. It should include

Prozi commented 6 years ago

what would you need for /admin homepage and how to access the admin route?

rlindskog commented 6 years ago

$store.state.user.role === 'admin' to access the admin route. There is also server validation in the authentication middleware if you want to actually see any data. I can make you an admin if you want to check it out in the demo!