Hi @dohomi
The middleware (upcoming feature) will let you create rules for rendering specific pages with Nuxt.js, the authenticated pages is a perfect example of using the middleware.
Great news! Any ETA for that release? Cheers
Actually not any ETA but as soon as possible, you can follow our progress here: https://github.com/nuxt/nuxt.js/projects/1
What about this? https://nuxtjs.org/examples/auth-routes/
The middleware feature is out with the 0.9.8 release.
Hi @Atinux great news. Could you add a complete example how to make this work? I was reading the docs but still not sure how to persist the authenticated user on server and client side through a server/client session that on page reload the user still logged in.
Thanks for this great tool!
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Hi @Atinux great news. Could you add a complete example how to make this work? I was reading the docs but still not sure how to persist the authenticated user on server and client side through a server/client session that on page reload the user still logged in.
Thanks for this great tool!