[PR #3068] [MERGED] feat: notion provider #4630

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3068
Author: @ephraimduncan
Created: 6/18/2025
Status: Merged
Merged: 7/8/2025
Merged by: @Bekacru

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


📝 Commits (5)

  • 4e44e1f feat: add notion provider
  • 376db0d chore: lint
  • ec2e3aa chore: add docs for notion provider
  • 51fdbeb Merge branch 'main' into feat/notion-provider
  • b0d098e Merge branch 'v1.3' into feat/notion-provider

📊 Changes

5 files changed (+232 additions, -17 deletions)

View changed files

📝 docs/components/side-bar.tsx (+5 -5)
📝 docs/components/sidebar-content.tsx (+21 -3)
docs/content/docs/authentication/notion.mdx (+82 -0)
📝 packages/better-auth/src/social-providers/index.ts (+21 -9)
packages/better-auth/src/social-providers/notion.ts (+103 -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/3068 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 6/18/2025 **Status:** ✅ Merged **Merged:** 7/8/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `v1.3` ← **Head:** `feat/notion-provider` --- ### 📝 Commits (5) - [`4e44e1f`](https://github.com/better-auth/better-auth/commit/4e44e1f01be899b0d6a2c19a7b64a760c58418c6) feat: add notion provider - [`376db0d`](https://github.com/better-auth/better-auth/commit/376db0d912fc2bb59cf4cf8fa49b648193695210) chore: lint - [`ec2e3aa`](https://github.com/better-auth/better-auth/commit/ec2e3aa0e3c8a04b3e9bd563fb9627155266ca8a) chore: add docs for notion provider - [`51fdbeb`](https://github.com/better-auth/better-auth/commit/51fdbeb3eaaaebced2241f18b3bca31eaa9651d7) Merge branch 'main' into feat/notion-provider - [`b0d098e`](https://github.com/better-auth/better-auth/commit/b0d098ec2896d69fc01a8ce57e556b2bef1e284d) Merge branch 'v1.3' into feat/notion-provider ### 📊 Changes **5 files changed** (+232 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/side-bar.tsx` (+5 -5) 📝 `docs/components/sidebar-content.tsx` (+21 -3) ➕ `docs/content/docs/authentication/notion.mdx` (+82 -0) 📝 `packages/better-auth/src/social-providers/index.ts` (+21 -9) ➕ `packages/better-auth/src/social-providers/notion.ts` (+103 -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-03-13 11:53:16 -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#4630