Skip to content

feat(oauth): add Facebook OAuth provider#210

Draft
halvaradop wants to merge 1 commit into
masterfrom
feat/add-facebook-oauth
Draft

feat(oauth): add Facebook OAuth provider#210
halvaradop wants to merge 1 commit into
masterfrom
feat/add-facebook-oauth

Conversation

@halvaradop

@halvaradop halvaradop commented Jul 4, 2026

Copy link
Copy Markdown
Member

Description

This pull request adds the Facebook OAuth provider to the list of supported OAuth integrations in @aura-stack/auth.

The provider implementation follows the existing OAuth provider architecture and can be configured through the oauth option in createAuth().

Usage

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

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

export const { handlers } = auth

Note

This pull request is currently marked as Draft because the Facebook OAuth integration has not yet been fully validated.

While Meta provides documentation for creating a Facebook application, the OAuth setup process is fragmented and difficult to follow. Several referenced URLs and endpoints are outdated or no longer available, making it challenging to complete an end-to-end integration and verify the implementation.

Once the provider has been successfully configured and validated against a real Facebook application, this PR will be ready for review.

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

vercel Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

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

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
auth Skipped Skipped Jul 4, 2026 1:31am

@coderabbitai

coderabbitai Bot commented Jul 4, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@halvaradop, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 54 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: b32c1d36-4614-4837-82a4-44dadba54562

📥 Commits

Reviewing files that changed from the base of the PR and between dc33675 and 81dbcaa.

📒 Files selected for processing (2)
  • packages/core/CHANGELOG.md
  • packages/core/src/oauth/facebook.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/add-facebook-oauth

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 July 4, 2026 20: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