From 8d9379f0c6bfde13a526c241493e1c6c56e25fc5 Mon Sep 17 00:00:00 2001 From: Ebenezer Don Date: Fri, 11 Oct 2024 16:24:56 +0100 Subject: [PATCH] Update category to tutorial --- .../blog/post/implement-sign-in-with-github/+page.markdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/blog/post/implement-sign-in-with-github/+page.markdoc b/src/routes/blog/post/implement-sign-in-with-github/+page.markdoc index d68404a2e3..687760ba22 100644 --- a/src/routes/blog/post/implement-sign-in-with-github/+page.markdoc +++ b/src/routes/blog/post/implement-sign-in-with-github/+page.markdoc @@ -6,7 +6,7 @@ date: 2024-10-11 cover: /images/blog/implement-sign-in-with-github/cover.png timeToRead: 10 author: ebenezer-don -category: auth +category: tutorial --- If you're building an app that developers will use, adding GitHub login makes things easier for your users. In this tutorial, you'll learn how to create a GitHub login system using Vanilla JavaScript and Appwrite. By the end, your users will be able to log in with their GitHub accounts, see personalized details, and log out.