You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(README): add built-in API rate limiting features
- Add information about built-in API rate limiting to README.md
- Highlight protection against abuse and denial-of-service attacks
- Mention configurable, user-aware limits and trusted role bypass
- Emphasize stability and cost prevention benefits
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,12 @@ This API server comes packed with all the features you need to launch a professi
28
28
* Securely control access to API features and data management capabilities based on user roles.
29
29
> **Your Advantage:** A powerful, built-in security model that protects your data and ensures users only access what they're supposed to. 🛡️
30
30
31
+
#### 🛡️ **Built-in API Rate Limiting**
32
+
* Protects critical endpoints like email verification and data access from abuse and denial-of-service attacks.
33
+
* Features configurable, user-aware limits that distinguish between guests and authenticated users.
34
+
* Includes a bypass for trusted roles (admin, publisher) to ensure dashboard functionality is never impeded.
35
+
> **Your Advantage:** Your API is protected from day one against common abuse vectors, ensuring stability and preventing costly overages on services like email providers. ✅
36
+
31
37
#### ⚙️ **Centralized App & User Settings**
32
38
* Effortlessly sync user-specific settings like theme, language, and font styles across devices.
33
39
* Manage personalized content preferences, including saved headlines and followed topics/sources.
0 commit comments