php-admin/src/Website/Hub
Clotho 9ae0055f33
Some checks failed
CI / PHP 8.3 (pull_request) Failing after 27s
CI / PHP 8.2 (pull_request) Failing after 30s
CI / Assets (pull_request) Failing after 1s
CI / PHP 8.4 (pull_request) Failing after 1s
security: add rate limiting to admin action endpoints (#12)
Add per-user rate limiting to sensitive Livewire component methods to
prevent abuse from compromised admin sessions. Introduces a reusable
HasRateLimiting trait and applies it to PlatformUser, Settings, and
WaitlistManager components.

Rate limits:
- Tier changes, verification, entitlements: 10/min per admin
- Profile updates, preferences: 20/min per user
- Password changes: 5/min per user
- Data exports: 5/min per admin
- Deletions/anonymisation: 3/min per admin

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 11:28:26 +00:00
..
Concerns security: add rate limiting to admin action endpoints (#12) 2026-02-20 11:28:26 +00:00
Routes refactor: update namespaces for L1 package convention 2026-01-27 17:34:41 +00:00
View security: add rate limiting to admin action endpoints (#12) 2026-02-20 11:28:26 +00:00
Boot.php monorepo sepration 2026-01-26 20:56:28 +00:00