Vue.js 3 Options API Masterclass - Vue Router Middleware and Navigation Guards - Redirecting Users After Logging In to the Page they Tried to Visit
It can be a really frustrating user experience when you login to a website and aren't directed to the place you were originally trying to access. In this lesson, we learn how straigtforward Vue Router 4 makes solving this issue with a redirectTo query parameter.