In this lesson, we learn how to use middleware to interrupt the normal navigation flow with Nuxt helper functions navigateTo
and abortNavigation
. This can be helpful for many use cases including redirecting anonymous users to login pages before granting access to admin spaces.
Links