The Composition API Masterclass is out!
Sign-up for the Vue.js Masterclass 2024 Edition.
Route protection is essential in any application that allows users to authenticate and in this lesson, we're learning how to protect Vue components with navigation guards. A navigation guard acts as a middleware that can protect a route component.
We're also learning how to access data from child components through component refs and how to prevent navigation if a user has made changes to a form.
Click here for the exercise solution.