From 9b7661562f2446f7a38426cd300bdd36a96c745b Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Wed, 10 Dec 2025 05:44:34 -0800 Subject: [PATCH] feat: switch OAuth authentication provider from Google to GitHub for improved sign-in functionality --- CHANGELOG.md | 1 + components/Navbar.tsx | 2 +- convex/auth.ts | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b369c51..10a8ae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Minor +- Switched OAuth authentication provider from Google to GitHub - Integrated Giscus comments into build pages for discussion threads per build configuration ### Patch diff --git a/components/Navbar.tsx b/components/Navbar.tsx index e6a2db4..4a26994 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -48,7 +48,7 @@ export default function Navbar() { />