[PR #3140] [MERGED] feat(social-providers):add Faceit Social Provider #30267

Closed
opened 2026-04-17 21:24:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3140
Author: @Whats-A-MattR
Created: 6/23/2025
Status: Merged
Merged: 7/17/2025
Merged by: @Bekacru

Base: mainHead: main


📝 Commits (10+)

📊 Changes

5 files changed (+260 additions, -1 deletions)

View changed files

📝 docs/components/builder/social-provider.tsx (+30 -1)
📝 docs/components/sidebar-content.tsx (+19 -0)
docs/content/docs/authentication/faceit.mdx (+90 -0)
packages/better-auth/src/social-providers/faceit.ts (+118 -0)
📝 packages/better-auth/src/social-providers/index.ts (+3 -0)

📄 Description

Closes #3139

Have tested as working with examples/astro-example

Docs are updated.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/3140 **Author:** [@Whats-A-MattR](https://github.com/Whats-A-MattR) **Created:** 6/23/2025 **Status:** ✅ Merged **Merged:** 7/17/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`46a6278`](https://github.com/better-auth/better-auth/commit/46a6278d4fca8aed1d3877580b00a3b0fe825432) create faceit provider - [`99ea703`](https://github.com/better-auth/better-auth/commit/99ea703b087fe572cbb3a1c866adfcbecbe35718) include new faceit provider - [`32dd786`](https://github.com/better-auth/better-auth/commit/32dd786308dcbda1d8911eeb507ad8883cbf1287) updating docs to include faceit - [`63250b6`](https://github.com/better-auth/better-auth/commit/63250b61f0adf182332676aace31fb11fd204f5f) Update docs/content/docs/authentication/faceit.mdx - [`e3d516c`](https://github.com/better-auth/better-auth/commit/e3d516cc705fc59068d22349a73000089f6ce3be) Update docs/components/builder/social-provider.tsx - [`9aa8e98`](https://github.com/better-auth/better-auth/commit/9aa8e9860fec29bea6d63f425a5c8369cae78a8e) formatting - [`6393dde`](https://github.com/better-auth/better-auth/commit/6393dde015e75d3e753aff0993984cde8096c0fe) formatting - [`5f178a3`](https://github.com/better-auth/better-auth/commit/5f178a3c400caf40d064f3bc84f35e4223c6dd35) formatting - [`4863a64`](https://github.com/better-auth/better-auth/commit/4863a648285b7d0682bf7a442418e8e30aa25c56) Update documentation - [`70ce9f2`](https://github.com/better-auth/better-auth/commit/70ce9f289318438e22dbb7dfece4ed9a15d03601) fix: docs ### 📊 Changes **5 files changed** (+260 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/builder/social-provider.tsx` (+30 -1) 📝 `docs/components/sidebar-content.tsx` (+19 -0) ➕ `docs/content/docs/authentication/faceit.mdx` (+90 -0) ➕ `packages/better-auth/src/social-providers/faceit.ts` (+118 -0) 📝 `packages/better-auth/src/social-providers/index.ts` (+3 -0) </details> ### 📄 Description Closes #3139 Have tested as working with examples/astro-example Docs are updated. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 21:24:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#30267