Add comprehensive security audit (86 findings across 10 areas)

Secure dev auth with signed tokens, add email support for --user
Simplify breakpoint variables, suppress Sass deprecation warnings

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-12-19 01:14:31 +00:00
parent ee87bc6297
commit f67c88a4f1
10 changed files with 270 additions and 35 deletions

View File

@@ -5,7 +5,7 @@
## How Created
1. Ran `php artisan rsx:clean` (cleared all caches)
2. Ran `php artisan rsx:debug /contacts --user-id=1`
2. Ran `php artisan rsx:debug /contacts --user=1`
3. Browser-triggered rebuild detected cache was empty
4. Manifest regenerated and bundles recompiled by browser request
@@ -38,7 +38,7 @@ Compare this snapshot with `/storage-broken/` to identify:
php artisan rsx:clean
# Test (will trigger browser rebuild and work correctly)
php artisan rsx:debug /contacts --user-id=1
php artisan rsx:debug /contacts --user=1
# Expected result: No JavaScript errors
```