Skip to content

Commit

Permalink
Merge pull request #1639 from appwrite/update-blogpost
Browse files Browse the repository at this point in the history
Update post metadata
  • Loading branch information
adityaoberai authored Jan 14, 2025
2 parents 36f1b95 + 189de45 commit 39c2e70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/routes/blog/post/building-custom-auth-flows/+page.markdoc
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
---
layout: post
title: Building custom authentication flows with Appwrite
description: Learn how to implement custom authentication flows with Appwrite using custom tokens, allowing you to integrate your existing authentication system or third-party identity providers.
date: 2025-01-10
description: Learn how to integrate custom authentication flows with Appwrite using custom tokens.
date: 2025-01-14
cover: /images/blog/building-custom-auth-flows/cover.png
timeToRead: 15
timeToRead: 11
author: ebenezer-don
category: tutorial
---


While Appwrite provides built-in authentication methods like email/password, OAuth, and Magic URL, there are scenarios where you need more flexibility.
You might have an existing user database, a legacy authentication system that needs to be maintained, or specific security requirements that demand custom implementation.

Expand Down

0 comments on commit 39c2e70

Please sign in to comment.