Rate Limiting Demo App
This app demonstrates rate limiting based on authentication status.
Loading status...
Rate Limits:
- Not logged in: 3 clicks per minute (based on IP address)
- Logged in: 30 clicks per minute (based on HF username)
How it works:
- Click the Login button to authenticate with Hugging Face
- Click the Run Action button to test the rate limiting
- The system tracks your clicks over a rolling 1-minute window