Security & Registration
Registration Configuration
Control user registration:
Security Configuration
Rate Limiting
Palpo uses per-IP token-bucket rate limiting to protect sensitive endpoints from brute-force and abuse. Each category maintains its own counter, so login attempts do not consume registration budget.
per_second— tokens refilled per second (controls sustained rate).burst— maximum tokens that can accumulate (controls burst capacity).
Set per_second to 0 to disable a specific rate limiter entirely.
Tip
For testing environments (e.g. Complement), you can effectively disable all rate limiting by setting very high values: