Skip to content

Adds Google authentication alongside GitHub on the sign-in page.#19

Merged
moehdotdev merged 1 commit into
mainfrom
dev
Mar 8, 2026
Merged

Adds Google authentication alongside GitHub on the sign-in page.#19
moehdotdev merged 1 commit into
mainfrom
dev

Conversation

@moehdotdev

Copy link
Copy Markdown
Owner

feat(auth): add Google OAuth sign-in support

Adds Google authentication alongside GitHub on the sign-in page.

Changes:

  • Added Google OAuth provider to Convex auth configuration
  • Added Google credentials to .env.example
  • Added Google sign-in button in the UI
  • Implemented handleGoogle sign-in flow
  • Updated loading states to support both GitHub and Google
  • Adjusted auth button layout to a two-column grid

Flow:

  1. User clicks the Google button on the sign-in page
  2. handleGoogle() triggers signIn("google")
  3. User is redirected to Google's OAuth consent screen
  4. After authorization, Google redirects back to the Convex callback
  5. Convex creates/authenticates the user session and returns them to the app

This PR expands authentication options and improves onboarding by allowing users to sign in with either GitHub or Google.

@vercel

vercel Bot commented Mar 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
swap Building Building Preview, Comment Mar 8, 2026 1:54pm

@moehdotdev moehdotdev merged commit ea7e4b9 into main Mar 8, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant