[PR #286] [MERGED] Add-oauth-provider-dropbox #3208

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

📋 Pull Request Information

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

Base: mainHead: add-oauth-provider-dropbox


📝 Commits (7)

📊 Changes

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

View changed files

📝 docs/components/sidebar-content.tsx (+18 -0)
docs/content/docs/authentication/dropbox.mdx (+50 -0)
packages/better-auth/src/social-providers/dropbox.ts (+80 -0)
📝 packages/better-auth/src/social-providers/index.ts (+3 -0)

📄 Description

Implemented OAuth Dropbox Provider:

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

Expanded Documentation:

  • Updated the documentation to reflect the new Dropbox 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/286 **Author:** [@GregorWedlich](https://github.com/GregorWedlich) **Created:** 10/21/2024 **Status:** ✅ Merged **Merged:** 10/22/2024 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `add-oauth-provider-dropbox` --- ### 📝 Commits (7) - [`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 - [`c4e7a90`](https://github.com/better-auth/better-auth/commit/c4e7a904499c6e6a62c911e489178179d0212103) Adding Dropbox Provider for OAuth. - [`810042a`](https://github.com/better-auth/better-auth/commit/810042aaab44ad5a94c6a0a55e3a300c109fb8d3) Run lint:fix for Dropbox integration ### 📊 Changes **4 files changed** (+151 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/sidebar-content.tsx` (+18 -0) ➕ `docs/content/docs/authentication/dropbox.mdx` (+50 -0) ➕ `packages/better-auth/src/social-providers/dropbox.ts` (+80 -0) 📝 `packages/better-auth/src/social-providers/index.ts` (+3 -0) </details> ### 📄 Description Implemented OAuth Dropbox Provider: - Added support for Dropbox OAuth, allowing users to authenticate and retrieve user data via the Dropbox API. Expanded Documentation: - Updated the documentation to reflect the new Dropbox 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-03-13 10:43:34 -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#3208