Skip to content

Commit 0377190

Browse files
committed
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
1 parent cd5e29b commit 0377190

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ This API server comes packed with all the features you need to launch a professi
2828
* Securely control access to API features and data management capabilities based on user roles.
2929
> **Your Advantage:** A powerful, built-in security model that protects your data and ensures users only access what they're supposed to. 🛡️
3030
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+
3137
#### ⚙️ **Centralized App & User Settings**
3238
* Effortlessly sync user-specific settings like theme, language, and font styles across devices.
3339
* Manage personalized content preferences, including saved headlines and followed topics/sources.

0 commit comments

Comments
 (0)