Tutorial: Build Universal Applications with Nuxt.js

Andy March

Hi Corey, are you seeing the protected “progress” page at all before the redirect? A common way you can end up in a redirect loop is if you accidentally include the callback route as requiring authentication. This would mean that visiting a protected page would get the user to authenticate then calls back which triggers authentication which calls back which requires authentication… The only page that should be protected in this sample is progress which exports authenticated:true