---
layout: tutorial
title: All set
description: Add Authentication to a SvelteKit project using Appwrite.
step: 7
---
If you want to see these authentication concepts applied in a more robust manner, you can see them in action in this [demo app](https://github.com/appwrite/getting-started-projects/tree/main/svelte/auth).

## 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).
