The Vue.js 2 Master Class

Watch this course for FREE this weekend only.
Create an account to start watching.

or
🚧 NOTICE: You are watching a Vue.js 2 lesson

Protecting Pages from Authenticated Users

In this lesson, we will create another navigation guard in our middleware to be able to protect routes from authenticated users. Certain pages should only be visible to authenticated users, while others should only be visible to guests. Let's get to it!