Server-side authentication with Nuxt

Appwrite takes away the stress of building and maintaining a backend. Appwrite helps implement authentication, databases, file storage, and respond to real-time events with secure APIs out of the box. This tutorials shows how Appwrite can help you add authentication to your Nuxt app using server-side rendering (SSR).

Before you start

Before following this tutorial, have the following prepared:

  • A recent version of Node.js installed on your system.

  • A basic knowledge of Vue and Nuxt.

If you're inspired and wish to follow along, make sure you've followed Start with Nuxt first. Clone the demos-for-vue examples and follow along with the source code.