Merge pull request #1048 from appwrite/docs-fix-next-tutorial-link

docs: fix broken link to the demos-for-react repository onnextjs-ssr-…
This commit is contained in:
Steven Nguyen
2024-06-18 20:17:59 -07:00
committed by GitHub

View File

@@ -4,7 +4,7 @@ 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/main/nextjs/server-side-rendering) repository.
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.