[PR #3121] [MERGED] feat(org): listUserInvitations #30259

Closed
opened 2026-04-17 21:24:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3121
Author: @ping-maxwell
Created: 6/21/2025
Status: Merged
Merged: 7/11/2025
Merged by: @Bekacru

Base: v1.3Head: update/organization/list-user-invites


📝 Commits (2)

📊 Changes

5 files changed (+163 additions, -3 deletions)

View changed files

📝 docs/content/docs/plugins/organization.mdx (+25 -1)
📝 packages/better-auth/src/plugins/organization/adapter.ts (+7 -1)
📝 packages/better-auth/src/plugins/organization/organization.test.ts (+88 -1)
📝 packages/better-auth/src/plugins/organization/organization.ts (+2 -0)
📝 packages/better-auth/src/plugins/organization/routes/crud-invites.ts (+41 -0)

📄 Description

This PR introduces the ability to list all invitations for a given user in the org plugin.

  • docs
  • tests

🔄 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/3121 **Author:** [@ping-maxwell](https://github.com/ping-maxwell) **Created:** 6/21/2025 **Status:** ✅ Merged **Merged:** 7/11/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `v1.3` ← **Head:** `update/organization/list-user-invites` --- ### 📝 Commits (2) - [`31e8316`](https://github.com/better-auth/better-auth/commit/31e8316329cf9d7ed4433b41a8a909ed5b28229b) feat(org): listUserInvitations - [`0cfad41`](https://github.com/better-auth/better-auth/commit/0cfad41f9bb2afad90d7f0e22301024032203243) chore: lint ### 📊 Changes **5 files changed** (+163 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/plugins/organization.mdx` (+25 -1) 📝 `packages/better-auth/src/plugins/organization/adapter.ts` (+7 -1) 📝 `packages/better-auth/src/plugins/organization/organization.test.ts` (+88 -1) 📝 `packages/better-auth/src/plugins/organization/organization.ts` (+2 -0) 📝 `packages/better-auth/src/plugins/organization/routes/crud-invites.ts` (+41 -0) </details> ### 📄 Description This PR introduces the ability to list all invitations for a given user in the org plugin. - [x] docs - [x] tests --- <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-17 21:24:01 -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#30259