12. Configuring Vue Routing Logic for Authentication in router.beforeEach

Опубликовано: 05 Май 2026
на канале: Dedicated Managers
8,162
149

In this video I begin to configure the routing logic in the router.beforeEach hook which is called prior to any route being loaded. Within the check, the application will look for whether or not a specific route (page) requires authentication to be displayed. I also briefly discuss the security of front end logic vs backend / server security. I also discuss authentication vs authentication briefly.

This video is part of a playlist:
   • VueJS Authentication with Auth0 - Using Vu...  

I didn't commit to the repository for each video, but the final code can be found on the Dedicated Managers GitHub public repository:
https://github.com/DedicatedManagers/...