- Add :admin type to RateLimit plug with 100 requests per minute per IP - Apply rate limiting to all /admin routes (LiveView and controller actions) - Protects superuser endpoints from abuse and brute force attempts - Aligns with existing auth (10 req/min) and API (1000 req/min) limits |
||
|---|---|---|
| .. | ||
| api_auth_test.exs | ||
| brute_force_protection_test.exs | ||
| capture_timezone_test.exs | ||
| check_policy_consent_test.exs | ||
| detect_eu_user_test.exs | ||
| mobile_auth_test.exs | ||
| rate_limit_test.exs | ||
| remote_ip_logger_test.exs | ||
| security_headers_test.exs | ||
| update_session_activity_test.exs | ||
| webhook_auth_test.exs | ||