[PR #3794] [CLOSED] Github Star Count #13256

Closed
opened 2026-04-13 08:50:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3794
Author: @dagmawibabi
Created: 8/5/2025
Status: Closed

Base: canaryHead: star-count


📝 Commits (5)

  • 375fff5 fix(org): use correct slug lookup when setting active org
  • e37e673 docs: adding reference to surrealdb adapter rewrite (#3754)
  • 2afdd69 chore(demo): replace isLoading using useTransition (#3775)
  • 669ce3e fix(reddit): refresh access token should use basic auth (#3753)
  • c95aa26 github stars

📊 Changes

13 files changed (+290 additions, -183 deletions)

View changed files

.changeset/old-planets-camp.md (+5 -0)
📝 demo/nextjs/app/client-test/page.tsx (+19 -21)
📝 demo/nextjs/app/dashboard/user-card.tsx (+21 -19)
📝 demo/nextjs/components/sign-in.tsx (+11 -11)
📝 docs/app/community/_components/header.tsx (+1 -19)
📝 docs/app/community/_components/stats.tsx (+118 -29)
📝 docs/app/community/page.tsx (+17 -19)
📝 docs/app/docs/[[...slug]]/page.client.tsx (+5 -8)
📝 docs/components/generate-apple-jwt.tsx (+45 -42)
📝 docs/content/docs/adapters/community-adapters.mdx (+1 -0)
📝 packages/better-auth/src/plugins/organization/organization.test.ts (+19 -5)
📝 packages/better-auth/src/plugins/organization/routes/crud-org.ts (+27 -10)
📝 packages/better-auth/src/social-providers/reddit.ts (+1 -0)

📄 Description

Summary by cubic

Added live GitHub star count to the community stats page and improved organization slug handling in the API.

  • New Features

    • Community stats now display the current GitHub star count alongside NPM downloads.
    • Added Reddit and Twitter sections to the community page.
  • Bug Fixes

    • Fixed organization API to correctly set active organization by slug.
    • Updated Reddit provider to use basic authentication for token refresh.

🔄 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/3794 **Author:** [@dagmawibabi](https://github.com/dagmawibabi) **Created:** 8/5/2025 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `star-count` --- ### 📝 Commits (5) - [`375fff5`](https://github.com/better-auth/better-auth/commit/375fff5ac15b18b1e205c3cff6903a6ac609d2ec) fix(org): use correct slug lookup when setting active org - [`e37e673`](https://github.com/better-auth/better-auth/commit/e37e673e0417b2e8cbe0fc6b6f9b7932bc53b0b5) docs: adding reference to surrealdb adapter rewrite (#3754) - [`2afdd69`](https://github.com/better-auth/better-auth/commit/2afdd69e957564312fb1d3d2007ddcda07ccc3b5) chore(demo): replace isLoading using `useTransition` (#3775) - [`669ce3e`](https://github.com/better-auth/better-auth/commit/669ce3e6b737ce7c1a9ce982bf092f00d7373fbc) fix(reddit): refresh access token should use `basic` auth (#3753) - [`c95aa26`](https://github.com/better-auth/better-auth/commit/c95aa26b1f70bf452e220980d114531461a5cef6) github stars ### 📊 Changes **13 files changed** (+290 additions, -183 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/old-planets-camp.md` (+5 -0) 📝 `demo/nextjs/app/client-test/page.tsx` (+19 -21) 📝 `demo/nextjs/app/dashboard/user-card.tsx` (+21 -19) 📝 `demo/nextjs/components/sign-in.tsx` (+11 -11) 📝 `docs/app/community/_components/header.tsx` (+1 -19) 📝 `docs/app/community/_components/stats.tsx` (+118 -29) 📝 `docs/app/community/page.tsx` (+17 -19) 📝 `docs/app/docs/[[...slug]]/page.client.tsx` (+5 -8) 📝 `docs/components/generate-apple-jwt.tsx` (+45 -42) 📝 `docs/content/docs/adapters/community-adapters.mdx` (+1 -0) 📝 `packages/better-auth/src/plugins/organization/organization.test.ts` (+19 -5) 📝 `packages/better-auth/src/plugins/organization/routes/crud-org.ts` (+27 -10) 📝 `packages/better-auth/src/social-providers/reddit.ts` (+1 -0) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Added live GitHub star count to the community stats page and improved organization slug handling in the API. - **New Features** - Community stats now display the current GitHub star count alongside NPM downloads. - Added Reddit and Twitter sections to the community page. - **Bug Fixes** - Fixed organization API to correctly set active organization by slug. - Updated Reddit provider to use basic authentication for token refresh. <!-- 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-13 08:50:42 -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#13256