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

@@ -39,7 +39,7 @@
"postcss": "^8.1.14",
"prettier": "^3.0.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.87.0",
"sass": ">=1.87.0 <3.0.0",
"sass-loader": "^12.6.0",
"select2": "^4.1.0-rc.0"
},