[PR #2617] [MERGED] feat(social): linear #12650

Closed
opened 2026-04-13 08:31:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/2617
Author: @JedPattersonn
Created: 5/11/2025
Status: Merged
Merged: 7/3/2025
Merged by: @Bekacru

Base: v1.3Head: feature/linear


📝 Commits (6)

📊 Changes

5 files changed (+242 additions, -0 deletions)

View changed files

📝 docs/components/builder/social-provider.tsx (+28 -0)
📝 docs/components/sidebar-content.tsx (+18 -0)
docs/content/docs/authentication/linear.mdx (+75 -0)
📝 packages/better-auth/src/social-providers/index.ts (+3 -0)
packages/better-auth/src/social-providers/linear.ts (+118 -0)

📄 Description

This PR adds https://linear.app/ support for social sign on


🔄 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/2617 **Author:** [@JedPattersonn](https://github.com/JedPattersonn) **Created:** 5/11/2025 **Status:** ✅ Merged **Merged:** 7/3/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `v1.3` ← **Head:** `feature/linear` --- ### 📝 Commits (6) - [`79ceb27`](https://github.com/better-auth/better-auth/commit/79ceb27816189d153c7db7287c4720ab66757f49) feature: linear oauth - [`325014f`](https://github.com/better-auth/better-auth/commit/325014fb031f43d27348d620d3df025c75a1521d) update profile map - [`dd144d5`](https://github.com/better-auth/better-auth/commit/dd144d5bee11a59ed92c5c5f513c3a5f444e05f4) remove props spread from stringIcon - [`e0a1cf1`](https://github.com/better-auth/better-auth/commit/e0a1cf164dc56ee8a557fa24dd265729a0945c11) update icon svg props - [`1ef44c8`](https://github.com/better-auth/better-auth/commit/1ef44c8185b3f08de5c7b0c373ed892b14dbdaec) updates - [`9d9d62b`](https://github.com/better-auth/better-auth/commit/9d9d62be670d8180ab016f352d63178b3c9d716a) update ### 📊 Changes **5 files changed** (+242 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/builder/social-provider.tsx` (+28 -0) 📝 `docs/components/sidebar-content.tsx` (+18 -0) ➕ `docs/content/docs/authentication/linear.mdx` (+75 -0) 📝 `packages/better-auth/src/social-providers/index.ts` (+3 -0) ➕ `packages/better-auth/src/social-providers/linear.ts` (+118 -0) </details> ### 📄 Description This PR adds https://linear.app/ support for social sign on --- <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 08:31:00 -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#12650