Files
website/src/routes/docs/tutorials/nextjs-ssr-auth/step-8/+page.markdoc

12 lines
545 B
Plaintext

---
layout: tutorial
title: All set
description: Add authentication to a Next.js project using Appwrite.
step: 8
---
If you want to see the complete source code with styling, see the [demos-for-react](https://github.com/appwrite/demos-for-react/tree/master/nextjs/server-side-rendering) repository.
# Other authentication methods {% #other-authentication-methods %}
Appwrite also supports OAuth, passwordless login, anonymous login, and phone login.
Learn more about them in the [authentication guide](https://appwrite.io/docs/products/auth).