[PR #8085] [CLOSED] docs: add rate-limiter community plugin documentation #7735

Closed
opened 2026-03-13 13:47:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8085
Author: @lutz-grex
Created: 2/20/2026
Status: Closed

Base: canaryHead: docs/add-rate-limiter-community-plugin


📝 Commits (1)

  • 0c64110 docs: add rate-limiter community plugin documentation

📊 Changes

1 file changed (+212 additions, -0 deletions)

View changed files

docs/content/docs/plugins/rate-limiter.mdx (+212 -0)

📄 Description

Summary

  • Adds documentation page for the better-auth-rate-limiter community plugin
  • Covers installation, storage backends (memory, database, Redis), detection modes, custom rules, plugin options, and response/error codes

Plugin

npm: better-auth-rate-limiter
GitHub: lutz-grex/better-auth-rate-limiter

Test plan

  • [x ] Documentation page renders correctly at /docs/plugins/rate-limiter
  • [ x] All code examples are accurate

Summary by cubic

Add a docs page for the community Rate Limiter plugin (better-auth-rate-limiter) at /docs/plugins/rate-limiter. It covers installation, server/client usage, storage backends (memory, database, Redis via secondary storage), detection modes, custom rules, options, and response/error codes.

Written for commit 0c64110bc7. 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/8085 **Author:** [@lutz-grex](https://github.com/lutz-grex) **Created:** 2/20/2026 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `docs/add-rate-limiter-community-plugin` --- ### 📝 Commits (1) - [`0c64110`](https://github.com/better-auth/better-auth/commit/0c64110bc7d68ec10d2cd404c542c0f01b9465c0) docs: add rate-limiter community plugin documentation ### 📊 Changes **1 file changed** (+212 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/content/docs/plugins/rate-limiter.mdx` (+212 -0) </details> ### 📄 Description ## Summary - Adds documentation page for the `better-auth-rate-limiter` community plugin - Covers installation, storage backends (memory, database, Redis), detection modes, custom rules, plugin options, and response/error codes ## Plugin [npm: better-auth-rate-limiter](https://www.npmjs.com/package/better-auth-rate-limiter) [GitHub: lutz-grex/better-auth-rate-limiter](https://github.com/lutz-grex/better-auth-rate-limiter) ## Test plan - [x ] Documentation page renders correctly at `/docs/plugins/rate-limiter` - [ x] All code examples are accurate <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Add a docs page for the community Rate Limiter plugin (better-auth-rate-limiter) at /docs/plugins/rate-limiter. It covers installation, server/client usage, storage backends (memory, database, Redis via secondary storage), detection modes, custom rules, options, and response/error codes. <sup>Written for commit 0c64110bc7d68ec10d2cd404c542c0f01b9465c0. 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-03-13 13:47:39 -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#7735