[PR #3483] [MERGED] update(org): additional fields improvements #21751

Closed
opened 2026-04-15 20:34:33 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3483
Author: @ping-maxwell
Created: 7/19/2025
Status: Merged
Merged: 7/19/2025
Merged by: @Bekacru

Base: mainHead: fix/org/1-3-improvements


📝 Commits (3)

  • 50fee35 update(org): additional fields improvements
  • cad0169 fix: teams still inferred
  • 826f2b7 update: changelog

📊 Changes

4 files changed (+39 additions, -14 deletions)

View changed files

📝 docs/content/blogs/1-3.mdx (+11 -0)
📝 docs/content/docs/plugins/organization.mdx (+2 -2)
📝 packages/better-auth/src/plugins/organization/client.ts (+14 -11)
📝 packages/better-auth/src/plugins/organization/organization.test.ts (+12 -1)

📄 Description

WORK IN PROGRESS

Fix: type error in client plugin auth generic & teams not being inferred
update: improved change-logs blog


Summary by cubic

Fixed a type error in the organization client plugin and updated the 1.3 change-log blog with improved examples for additional organization fields.

  • Bug Fixes

    • Corrected the generic type for plugins in the organization client.
  • Docs

    • Added a code example showing how to infer additional fields with the auth client.

🔄 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/3483 **Author:** [@ping-maxwell](https://github.com/ping-maxwell) **Created:** 7/19/2025 **Status:** ✅ Merged **Merged:** 7/19/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `fix/org/1-3-improvements` --- ### 📝 Commits (3) - [`50fee35`](https://github.com/better-auth/better-auth/commit/50fee35a6ee8f7027b510fb2bdddcc3fd4237ad1) update(org): additional fields improvements - [`cad0169`](https://github.com/better-auth/better-auth/commit/cad016983b4e3c040f25dbad40c53b7ff964ad09) fix: teams still inferred - [`826f2b7`](https://github.com/better-auth/better-auth/commit/826f2b7b6923fef44e7df7e11897cf52a04cb2e2) update: changelog ### 📊 Changes **4 files changed** (+39 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/blogs/1-3.mdx` (+11 -0) 📝 `docs/content/docs/plugins/organization.mdx` (+2 -2) 📝 `packages/better-auth/src/plugins/organization/client.ts` (+14 -11) 📝 `packages/better-auth/src/plugins/organization/organization.test.ts` (+12 -1) </details> ### 📄 Description # WORK IN PROGRESS Fix: type error in client plugin auth generic & teams not being inferred update: improved change-logs blog <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Fixed a type error in the organization client plugin and updated the 1.3 change-log blog with improved examples for additional organization fields. - **Bug Fixes** - Corrected the generic type for plugins in the organization client. - **Docs** - Added a code example showing how to infer additional fields with the auth client. <!-- 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 20:34:33 -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#21751