Join our community

Get access to the complete guide to developing and deploying fast, production-ready Nuxt apps.

4-Summary

In this chapter, we implemented authentication, so we can control access to our application.

We learned about inline, named and global middleware. We also set up Supabase and Github to power our authentication.

Then, we finally implemented authentication using the Supabase Nuxt module, which made it very straightforward. We were even able to add in some redirects to improve the UX.

Lastly, we did a deep dive into OAuth. While not strictly necessary to understand, it is helpful to know how our authentication system works — especially when things go wrong!