[PR #2001] [CLOSED] Feat/42 provider #29718

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/2001
Author: @awbx
Created: 3/25/2025
Status: Closed

Base: mainHead: feat/42-provider


📝 Commits (2)

  • 846c2a2 feat: add Forty Two social provider integration
  • 8ad5f63 feat: add 42 (Forty Two) social provider documentation

📊 Changes

6 files changed (+348 additions, -2 deletions)

View changed files

📝 docs/components/builder/social-provider.tsx (+21 -0)
📝 docs/components/icons.tsx (+18 -0)
📝 docs/components/sidebar-content.tsx (+24 -2)
docs/content/docs/authentication/42.mdx (+40 -0)
packages/better-auth/src/social-providers/42.ts (+242 -0)
📝 packages/better-auth/src/social-providers/index.ts (+3 -0)

📄 Description

Add 42 (École 42) Authentication Provider

Resolves #2000

This PR adds support for 42 (École 42) as an authentication provider in better-auth. Users can now authenticate with their 42 accounts using the standard OAuth2 flow.

Changes:

  • Added new OAuth2 provider configuration for 42
  • Implemented type definitions and client interfaces
  • Added SVG icon for the provider
  • Updated documentation with setup instructions

42 is a prominent coding school with a global network of campuses. This integration enables applications to offer 42 authentication alongside existing social login options.


🔄 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/2001 **Author:** [@awbx](https://github.com/awbx) **Created:** 3/25/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/42-provider` --- ### 📝 Commits (2) - [`846c2a2`](https://github.com/better-auth/better-auth/commit/846c2a2d8fe6e6c7efea1c7e8fd676d7bf1f1caa) feat: add Forty Two social provider integration - [`8ad5f63`](https://github.com/better-auth/better-auth/commit/8ad5f63dd6aa9e828145a94c765dbbef3078f77b) feat: add 42 (Forty Two) social provider documentation ### 📊 Changes **6 files changed** (+348 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/builder/social-provider.tsx` (+21 -0) 📝 `docs/components/icons.tsx` (+18 -0) 📝 `docs/components/sidebar-content.tsx` (+24 -2) ➕ `docs/content/docs/authentication/42.mdx` (+40 -0) ➕ `packages/better-auth/src/social-providers/42.ts` (+242 -0) 📝 `packages/better-auth/src/social-providers/index.ts` (+3 -0) </details> ### 📄 Description # Add 42 (École 42) Authentication Provider Resolves #2000 This PR adds support for 42 (École 42) as an authentication provider in better-auth. Users can now authenticate with their 42 accounts using the standard OAuth2 flow. ## Changes: - Added new OAuth2 provider configuration for 42 - Implemented type definitions and client interfaces - Added SVG icon for the provider - Updated documentation with setup instructions 42 is a prominent coding school with a global network of campuses. This integration enables applications to offer 42 authentication alongside existing social login options. --- <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:00:22 -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#29718