feat: nextjs ssr auth tutorial

This commit is contained in:
loks0n
2024-02-09 11:50:58 +00:00
parent efd44deeb6
commit f6c4e3626e
12 changed files with 421 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
---
layout: tutorial
title: Server-side authentication with Next.js
description: Add SSR authentication to your Next.js app with Appwrite
step: 1
difficulty: beginner
readtime: 20
framework: Next.js
category: Auth
---
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.
If you're a Next.js developer, the examples in this guide show you how Appwrite can help you add authentication to Next.js apps faster.
# Before you start {% #before-you-start %}
Even if you've never tried Appwrite, you will get an idea of what it'll feel like to build with Next.js and Appwrite.
If you're inspired and wish to follow along, make sure you've followed [Start with Next.js](https://appwrite.io/docs/quick-starts/sveltekit) first.
You can also clone the [demos-for-react](https://github.com/appwrite/demos-for-react/tree/main/nextjs) examples and follow along by looking at the code.