mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 12:57:49 +00:00
chore: svelte csr changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: tutorial
|
||||
title: Server Side Rendering with SvelteKit
|
||||
description: Add SSR Authentication to your SvelteKit app with Appwrite
|
||||
title: Server-side authentication with SvelteKit
|
||||
description: Add SSR authentication to your SvelteKit app with Appwrite
|
||||
step: 1
|
||||
difficulty: beginner
|
||||
readtime: 20
|
||||
@@ -12,7 +12,7 @@ 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 Svelte developer, the examples in this guide show you how Appwrite can help you add authentication to Svelte apps faster.
|
||||
|
||||
# Before you start
|
||||
# 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 Svelte and Appwrite.
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: tutorial
|
||||
title: Create project
|
||||
description: Add Authentication to a SvelteKit project using Appwrite.
|
||||
description: Add authentication to a SvelteKit project using Appwrite.
|
||||
step: 2
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: tutorial
|
||||
title: Initialize SDK
|
||||
description: Add Authentication to a SvelteKit project using Appwrite.
|
||||
description: Add authentication to a SvelteKit project using Appwrite.
|
||||
step: 3
|
||||
---
|
||||
Before you can use Appwrite, you need to create the Appwrite `Client` and set the project ID and endpoint.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: tutorial
|
||||
title: Add a server hook
|
||||
description: Add Authentication to a SvelteKit project using Appwrite.
|
||||
description: Add authentication to a SvelteKit project using Appwrite.
|
||||
step: 4
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: tutorial
|
||||
title: Create sign in page
|
||||
description: Add Authentication to a SvelteKit project using Appwrite.
|
||||
description: Add authentication to a SvelteKit project using Appwrite.
|
||||
step: 5
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: tutorial
|
||||
title: Create account page
|
||||
description: Add Authentication to a SvelteKit project using Appwrite.
|
||||
description: Add authentication to a SvelteKit project using Appwrite.
|
||||
step: 6
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: tutorial
|
||||
title: Adding OAuth2 authentication with SSR
|
||||
description: Add Authentication to a SvelteKit project using Appwrite.
|
||||
description: Add authentication to a SvelteKit project using Appwrite.
|
||||
step: 7
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: tutorial
|
||||
title: All set
|
||||
description: Add Authentication to a SvelteKit project using Appwrite.
|
||||
description: Add authentication to a SvelteKit project using Appwrite.
|
||||
step: 8
|
||||
---
|
||||
If you want to see the complete source code with styling, see the [demos-for-svelte](https://github.com/appwrite/demos-for-svelte/tree/main/server-side-rendering) repository.
|
||||
|
||||
Reference in New Issue
Block a user