[PR #5328] [CLOSED] feat(social): add Dribbble as a social provider #22832

Closed
opened 2026-04-15 21:18:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/5328
Author: @halleygz
Created: 10/15/2025
Status: Closed

Base: canaryHead: feat/social-auth-with-dribbble


📝 Commits (4)

  • 4cbe7be feat(social): add Dribbble as a social provider with authentication setup
  • 01768e7 Update packages/core/src/social-providers/dribbble.ts
  • 3e2fa3a fix(dribbble): improve error messages and update scope handling
  • db251a4 Merge branch 'canary' into feat/social-auth-with-dribbble

📊 Changes

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

View changed files

📝 docs/components/sidebar-content.tsx (+17 -0)
docs/content/docs/authentication/dribbble.mdx (+47 -0)
packages/core/src/social-providers/dribbble.ts (+120 -0)
📝 packages/core/src/social-providers/index.ts (+3 -0)

📄 Description

This PR adds a social sign on support for https://dribbble.com


Summary by cubic

Add Dribbble as a social login provider so users can sign in with Dribbble. Includes core provider implementation, exports, docs, and a sidebar link.

  • New Features
    • Added OAuth2 provider: id "dribbble", PKCE required, default scopes: public, upload.
    • Uses Dribbble authorize/token endpoints and refresh token flow; fetches profile from /v2/user.
    • Maps profile to user (id, name, email, avatar_url) with optional mapProfileToUser.
    • Exported via socialProviders and re-exports; new docs page with setup steps and client example; sidebar entry added.

🔄 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/5328 **Author:** [@halleygz](https://github.com/halleygz) **Created:** 10/15/2025 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `feat/social-auth-with-dribbble` --- ### 📝 Commits (4) - [`4cbe7be`](https://github.com/better-auth/better-auth/commit/4cbe7beadca7484ebd5bdb85f3c817c6dacd859e) feat(social): add Dribbble as a social provider with authentication setup - [`01768e7`](https://github.com/better-auth/better-auth/commit/01768e72c74b94b48c4520b2813a941f83436a21) Update packages/core/src/social-providers/dribbble.ts - [`3e2fa3a`](https://github.com/better-auth/better-auth/commit/3e2fa3a39fee3096f528f6346d3c1651746c81c5) fix(dribbble): improve error messages and update scope handling - [`db251a4`](https://github.com/better-auth/better-auth/commit/db251a454163181be31be682cd605660c9176b7e) Merge branch 'canary' into feat/social-auth-with-dribbble ### 📊 Changes **4 files changed** (+187 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/sidebar-content.tsx` (+17 -0) ➕ `docs/content/docs/authentication/dribbble.mdx` (+47 -0) ➕ `packages/core/src/social-providers/dribbble.ts` (+120 -0) 📝 `packages/core/src/social-providers/index.ts` (+3 -0) </details> ### 📄 Description This PR adds a social sign on support for https://dribbble.com <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Add Dribbble as a social login provider so users can sign in with Dribbble. Includes core provider implementation, exports, docs, and a sidebar link. - **New Features** - Added OAuth2 provider: id "dribbble", PKCE required, default scopes: public, upload. - Uses Dribbble authorize/token endpoints and refresh token flow; fetches profile from /v2/user. - Maps profile to user (id, name, email, avatar_url) with optional mapProfileToUser. - Exported via socialProviders and re-exports; new docs page with setup steps and client example; sidebar entry added. <!-- 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-04-15 21:18:46 -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#22832