[PR #295] [MERGED] Add-oauth-provider-linkedin #11459

Closed
opened 2026-04-13 07:47:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/295
Author: @GregorWedlich
Created: 10/22/2024
Status: Merged
Merged: 10/22/2024
Merged by: @Bekacru

Base: mainHead: add-oauth-provider-linkedin


📝 Commits (8)

📊 Changes

4 files changed (+148 additions, -0 deletions)

View changed files

📝 docs/components/sidebar-content.tsx (+14 -0)
docs/content/docs/authentication/linkedin.mdx (+56 -0)
📝 packages/better-auth/src/social-providers/index.ts (+3 -0)
packages/better-auth/src/social-providers/linkedin.ts (+75 -0)

📄 Description

Implemented OAuth LinkedIn Provider:

  • Added support for LinkedIn OAuth, allowing users to authenticate and retrieve user data via the LinkedIn API.

Expanded Documentation:

  • Updated the documentation to reflect the new LinkedIn OAuth provider integration.

🔄 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/295 **Author:** [@GregorWedlich](https://github.com/GregorWedlich) **Created:** 10/22/2024 **Status:** ✅ Merged **Merged:** 10/22/2024 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `add-oauth-provider-linkedin` --- ### 📝 Commits (8) - [`e38fe9e`](https://github.com/better-auth/better-auth/commit/e38fe9ed803a97020679e787be10dbf5e7fb13cc) Revise Email and Password integration docs: improved clarity and added new examples - [`c28fcc9`](https://github.com/better-auth/better-auth/commit/c28fcc9ebdb1ea0c89e7e4e0fc6f5a028ca1d319) Merge branch 'main' of https://github.com/GregorWedlich/better-auth - [`c1ee4a4`](https://github.com/better-auth/better-auth/commit/c1ee4a4997a4531e0d835f261a6396e9d653fb03) Merge branch 'main' of https://github.com/GregorWedlich/better-auth - [`75d73c4`](https://github.com/better-auth/better-auth/commit/75d73c4dbeba7d84e548e56779818d01cb528736) Merge branch 'main' of https://github.com/GregorWedlich/better-auth - [`86b576b`](https://github.com/better-auth/better-auth/commit/86b576bfd3648e9e7f98ffd692a7b0d489a83a2b) Merge branch 'main' of https://github.com/GregorWedlich/better-auth - [`103a5e4`](https://github.com/better-auth/better-auth/commit/103a5e45e14e2ecdcaad35e8d40e573f9b3e9986) Merge branch 'main' of https://github.com/GregorWedlich/better-auth - [`c4d70cd`](https://github.com/better-auth/better-auth/commit/c4d70cd1cd238a091a9c398aac3ad2ee0fd23880) Merge branch 'main' of https://github.com/GregorWedlich/better-auth - [`71a9831`](https://github.com/better-auth/better-auth/commit/71a9831410a79cd07d4d5ccee74feab7b8f446e0) Add LinkedIn OAuth Provider and Docs ### 📊 Changes **4 files changed** (+148 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/sidebar-content.tsx` (+14 -0) ➕ `docs/content/docs/authentication/linkedin.mdx` (+56 -0) 📝 `packages/better-auth/src/social-providers/index.ts` (+3 -0) ➕ `packages/better-auth/src/social-providers/linkedin.ts` (+75 -0) </details> ### 📄 Description Implemented OAuth LinkedIn Provider: - Added support for LinkedIn OAuth, allowing users to authenticate and retrieve user data via the LinkedIn API. Expanded Documentation: - Updated the documentation to reflect the new LinkedIn OAuth provider integration. --- <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-13 07:47:48 -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#11459