[PR #3315] [MERGED] feat: add slack social provider #21653

Closed
opened 2026-04-15 20:31:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3315
Author: @ephraimduncan
Created: 7/9/2025
Status: Merged
Merged: 7/10/2025
Merged by: @Bekacru

Base: v1.3Head: feat/slack-provider


📝 Commits (7)

  • 519622a feat: add slack provider
  • 1cad61f feat: add slack provider docs
  • 37a66f3 chore:lint
  • 447793a Merge branch 'v1.3' into feat/slack-provider
  • 7a2e7db chore:lint
  • 6b9056f Merge branch 'v1.3' into pr/ephraimduncan/3315
  • 6a240bc docs: add is new flag

📊 Changes

5 files changed (+237 additions, -32 deletions)

View changed files

📝 docs/components/sidebar-content.tsx (+20 -0)
📝 docs/content/docs/authentication/other-social-providers.mdx (+0 -32)
docs/content/docs/authentication/slack.mdx (+105 -0)
📝 packages/better-auth/src/social-providers/index.ts (+3 -0)
packages/better-auth/src/social-providers/slack.ts (+109 -0)

📄 Description

No description provided


🔄 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/3315 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 7/9/2025 **Status:** ✅ Merged **Merged:** 7/10/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `v1.3` ← **Head:** `feat/slack-provider` --- ### 📝 Commits (7) - [`519622a`](https://github.com/better-auth/better-auth/commit/519622a4acc5ea6a72aba752f31b8169246b6a02) feat: add slack provider - [`1cad61f`](https://github.com/better-auth/better-auth/commit/1cad61fafae527aa7047b43f0103561e208f40f6) feat: add slack provider docs - [`37a66f3`](https://github.com/better-auth/better-auth/commit/37a66f346779b3bfc9df67e34431f2ce008a2e74) chore:lint - [`447793a`](https://github.com/better-auth/better-auth/commit/447793a97ac9ab2dc6b332e00e4ede84ce7cd608) Merge branch 'v1.3' into feat/slack-provider - [`7a2e7db`](https://github.com/better-auth/better-auth/commit/7a2e7db64d73cc0843c2a8a0f0d686ced2d1f3a8) chore:lint - [`6b9056f`](https://github.com/better-auth/better-auth/commit/6b9056fb1832b9a29ad40c3e3f2c6b63cff2f551) Merge branch 'v1.3' into pr/ephraimduncan/3315 - [`6a240bc`](https://github.com/better-auth/better-auth/commit/6a240bc5f64d57c9793bd3cfc546842fbcb998aa) docs: add is new flag ### 📊 Changes **5 files changed** (+237 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/sidebar-content.tsx` (+20 -0) 📝 `docs/content/docs/authentication/other-social-providers.mdx` (+0 -32) ➕ `docs/content/docs/authentication/slack.mdx` (+105 -0) 📝 `packages/better-auth/src/social-providers/index.ts` (+3 -0) ➕ `packages/better-auth/src/social-providers/slack.ts` (+109 -0) </details> ### 📄 Description _No description provided_ --- <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-15 20:31:12 -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#21653