feat(club-006): club admin: dashboard, members, movements and settings

This commit is contained in:
Deploy
2026-08-26 20:55:00 +02:00
parent db33706d2d
commit 665fc2a60d
18 changed files with 830 additions and 8 deletions

View File

@@ -0,0 +1,13 @@
{
"feature_id": "CLUB-006",
"agent": "security",
"stage": "security_gate",
"verdict": "APPROVED",
"security_check": "security",
"summary": "Endpoints admin requieren autenticación + rol admin. No exponen datos sensibles nuevos.",
"checks": {
"auth": "OK: deps.authenticate + requireRole(user, 'admin') en todas las rutas",
"sql_injection": "OK: parámetros pasados como query params/JSON, no concatenados"
},
"timestamp": "2026-08-26T20:55:05Z"
}