[PR #7444] [MERGED] fix: consistent token endpoint for dropbox provider #7316

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7444
Author: @bytaesu
Created: 1/17/2026
Status: Merged
Merged: 1/20/2026
Merged by: @bytaesu

Base: canaryHead: 2026-01-18/fix/oauth-dropbox


📝 Commits (1)

  • 7a9c64d fix: consistent token endpoint for dropbox provider

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/core/src/social-providers/dropbox.ts (+1 -1)

📄 Description

Note

https://www.dropbox.com/developers/documentation/http/documentation

Dropbox documentation points to https://api.dropboxapi.com/oauth2/token, but the examples use https://api.dropbox.com/oauth2/token.. interesting 🧐


Summary by cubic

Ensure Dropbox OAuth uses the resolved tokenEndpoint instead of the hardcoded https://api.dropbox.com/oauth2/token. This keeps the token URL consistent with provider config and Dropbox’s documented endpoint.

Written for commit 7a9c64d0e9. Summary will update on new commits.


🔄 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/7444 **Author:** [@bytaesu](https://github.com/bytaesu) **Created:** 1/17/2026 **Status:** ✅ Merged **Merged:** 1/20/2026 **Merged by:** [@bytaesu](https://github.com/bytaesu) **Base:** `canary` ← **Head:** `2026-01-18/fix/oauth-dropbox` --- ### 📝 Commits (1) - [`7a9c64d`](https://github.com/better-auth/better-auth/commit/7a9c64d0e953786a30b71649b1b14dda95091a67) fix: consistent token endpoint for dropbox provider ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/src/social-providers/dropbox.ts` (+1 -1) </details> ### 📄 Description > [!NOTE] > https://www.dropbox.com/developers/documentation/http/documentation Dropbox documentation points to https://api.dropboxapi.com/oauth2/token, but the examples use https://api.dropbox.com/oauth2/token.. interesting 🧐 <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Ensure Dropbox OAuth uses the resolved tokenEndpoint instead of the hardcoded https://api.dropbox.com/oauth2/token. This keeps the token URL consistent with provider config and Dropbox’s documented endpoint. <sup>Written for commit 7a9c64d0e953786a30b71649b1b14dda95091a67. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <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 13:31:48 -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#7316