[PR #1919] [CLOSED] feat: Patreon social login support #4067

Closed
opened 2026-03-13 11:31:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/1919
Author: @benkingcode
Created: 3/21/2025
Status: Closed

Base: mainHead: patreon-social


📝 Commits (10+)

📊 Changes

4 files changed (+171 additions, -1 deletions)

View changed files

📝 docs/components/sidebar-content.tsx (+17 -0)
docs/content/docs/authentication/patreon.mdx (+47 -0)
📝 packages/better-auth/src/social-providers/index.ts (+4 -1)
packages/better-auth/src/social-providers/patreon.ts (+103 -0)

📄 Description

This PR adds Patreon as a supported social login provider.

Closes #1668


🔄 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/1919 **Author:** [@benkingcode](https://github.com/benkingcode) **Created:** 3/21/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patreon-social` --- ### 📝 Commits (10+) - [`c7a3519`](https://github.com/better-auth/better-auth/commit/c7a35190ae0a3cb0ce47e7f94fea1394f2ba88c7) Add Patreon - [`64f6e80`](https://github.com/better-auth/better-auth/commit/64f6e80169e04ae6bf8b48cdcbc1c0d9771bc99e) Log - [`ea995e6`](https://github.com/better-auth/better-auth/commit/ea995e6714e5ff6c5dbfa579cbddd1351caaf76c) Stringify id - [`c20d401`](https://github.com/better-auth/better-auth/commit/c20d401a40e76e9df2480bc68373152b3f59c904) Coerce string - [`fecf4e6`](https://github.com/better-auth/better-auth/commit/fecf4e68faf427f2e41ce4d3d9c28d3b3a280c55) Coerce all user ids - [`bd1cf51`](https://github.com/better-auth/better-auth/commit/bd1cf510033518dd8d49e4c4d59d580d3ce78bc7) Fix existing link - [`a90e1b4`](https://github.com/better-auth/better-auth/commit/a90e1b4762f7b3d9a4d3a758f22e944175c3f291) Merge branch 'main' into patreon-social - [`3329967`](https://github.com/better-auth/better-auth/commit/3329967b1b4294d8f9369a1083111905d08cfeae) Add doc - [`f3a8475`](https://github.com/better-auth/better-auth/commit/f3a8475703a5e4a234c2357a06e1bc3569a1af89) Add to sidebar - [`bde150f`](https://github.com/better-auth/better-auth/commit/bde150fedab1f494f633613cad3b958c1219dc82) Fix svg ### 📊 Changes **4 files changed** (+171 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/sidebar-content.tsx` (+17 -0) ➕ `docs/content/docs/authentication/patreon.mdx` (+47 -0) 📝 `packages/better-auth/src/social-providers/index.ts` (+4 -1) ➕ `packages/better-auth/src/social-providers/patreon.ts` (+103 -0) </details> ### 📄 Description This PR adds Patreon as a supported social login provider. Closes #1668 --- <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-03-13 11:31:10 -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#4067