Skip to content

feat(oidc): add Google OpenID Connect provider#197

Draft
halvaradop wants to merge 2 commits into
masterfrom
feat/add-google-oidc
Draft

feat(oidc): add Google OpenID Connect provider#197
halvaradop wants to merge 2 commits into
masterfrom
feat/add-google-oidc

Conversation

@halvaradop

@halvaradop halvaradop commented Jun 20, 2026

Copy link
Copy Markdown
Member

Description

This pull request adds support for the Google OpenID Connect (OIDC) provider to the list of authentication providers available in Aura Auth.

This is the first OIDC provider supported by Aura Auth. Additional OAuth/OIDC providers will be added in future releases to provide broader coverage of commonly used identity providers for web applications.

Usage

import { createAuth } from "@aura-stack/auth"

export const auth = createAuth({
  oauth: ["google"],
})

export const { handlers } = auth

Note

This PR will remain in draft status until the Google OIDC provider has been fully validated with Aura Auth.

While the implementation passes the basic authentication flows and core use cases, it has not yet been comprehensively tested. Additional verification is required to ensure all provider-specific behaviors work as expected and to identify any edge cases before the feature is considered production-ready.

@halvaradop halvaradop added the oauth Changes related to OAuth flows, providers, tokens, or authentication integration. label Jun 20, 2026
@vercel

vercel Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
auth Ready Ready Preview, Comment Jun 24, 2026 6:37pm

@coderabbitai

coderabbitai Bot commented Jun 20, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: de290a2c-29c3-4edd-993d-c46360133684

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/add-google-oidc

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@halvaradop halvaradop marked this pull request as draft June 20, 2026 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

oauth Changes related to OAuth flows, providers, tokens, or authentication integration.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant