[PR #7889] [MERGED] docs: add better-auth-waitlist to community plugins #24515

Closed
opened 2026-04-15 22:24:29 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7889
Author: @guilhermejansen
Created: 2/10/2026
Status: Merged
Merged: 2/11/2026
Merged by: @himself65

Base: canaryHead: docs/add-waitlist-community-plugin


📝 Commits (3)

  • cdb0b37 docs: add better-auth-waitlist to community plugins
  • c51faf8 fix: add missing closing brace for ramiras entry
  • ac4b68f chore: add guilhermejansen to cspell names dictionary

📊 Changes

2 files changed (+12 additions, -0 deletions)

View changed files

📝 .cspell/names.txt (+1 -0)
📝 docs/components/community-plugins-table.tsx (+11 -0)

📄 Description

Summary

  • Adds @guilhermejansen/better-auth-waitlist to the community plugins table

Plugin Details

Field Value
Package @guilhermejansen/better-auth-waitlist
Repository guilhermejansen/better-auth-waitlist
Description Waitlist and early-access gating plugin. Intercepts all registration paths and gates sign-ups behind an invite-based approval workflow.
License MIT

What the plugin does

  • Intercepts all registration paths (email/password, OAuth, magic-link, OTP, etc.) and gates sign-ups behind an invite-based waitlist
  • Provides public endpoints: join waitlist, check status, verify invite code
  • Provides admin endpoints: approve, reject, bulk-approve, list, stats
  • Dual-layer interception via request hooks + database hooks for complete coverage
  • Fully typed server and client plugins with 44 tests

Test plan

  • Verify the community plugins table renders correctly with the new entry
  • Verify the plugin link points to the correct GitHub repository

Summary by cubic

Adds @guilhermejansen/better-auth-waitlist to the Community Plugins table so users can discover a waitlist/early-access gating plugin.

  • Bug Fixes
    • Fix missing closing brace in ramiras entry and add "guilhermejansen" to cspell names.

Written for commit ac4b68f07b. 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/7889 **Author:** [@guilhermejansen](https://github.com/guilhermejansen) **Created:** 2/10/2026 **Status:** ✅ Merged **Merged:** 2/11/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `docs/add-waitlist-community-plugin` --- ### 📝 Commits (3) - [`cdb0b37`](https://github.com/better-auth/better-auth/commit/cdb0b37f2f1c90f7154832943cec43fc775ea53f) docs: add better-auth-waitlist to community plugins - [`c51faf8`](https://github.com/better-auth/better-auth/commit/c51faf80a19cdba3f729e7cfd8758503b27007b8) fix: add missing closing brace for ramiras entry - [`ac4b68f`](https://github.com/better-auth/better-auth/commit/ac4b68f07b1a2ad7745dae452e30f2800f70f45e) chore: add guilhermejansen to cspell names dictionary ### 📊 Changes **2 files changed** (+12 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.cspell/names.txt` (+1 -0) 📝 `docs/components/community-plugins-table.tsx` (+11 -0) </details> ### 📄 Description ## Summary - Adds `@guilhermejansen/better-auth-waitlist` to the community plugins table ## Plugin Details | Field | Value | |-------|-------| | **Package** | [`@guilhermejansen/better-auth-waitlist`](https://www.npmjs.com/package/@guilhermejansen/better-auth-waitlist) | | **Repository** | [guilhermejansen/better-auth-waitlist](https://github.com/guilhermejansen/better-auth-waitlist) | | **Description** | Waitlist and early-access gating plugin. Intercepts all registration paths and gates sign-ups behind an invite-based approval workflow. | | **License** | MIT | ### What the plugin does - Intercepts all registration paths (email/password, OAuth, magic-link, OTP, etc.) and gates sign-ups behind an invite-based waitlist - Provides public endpoints: join waitlist, check status, verify invite code - Provides admin endpoints: approve, reject, bulk-approve, list, stats - Dual-layer interception via request hooks + database hooks for complete coverage - Fully typed server and client plugins with 44 tests ## Test plan - [ ] Verify the community plugins table renders correctly with the new entry - [ ] Verify the plugin link points to the correct GitHub repository <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Adds @guilhermejansen/better-auth-waitlist to the Community Plugins table so users can discover a waitlist/early-access gating plugin. - **Bug Fixes** - Fix missing closing brace in ramiras entry and add "guilhermejansen" to cspell names. <sup>Written for commit ac4b68f07b1a2ad7745dae452e30f2800f70f45e. 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-04-15 22:24:29 -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#24515