feat(club-005): club registered users: account linking and automatic recovery

This commit is contained in:
Deploy
2026-08-26 20:49:36 +02:00
parent 3aecd2bec0
commit db33706d2d
15 changed files with 349 additions and 7 deletions

View File

@@ -0,0 +1,14 @@
{
"feature_id": "CLUB-005",
"agent": "security",
"stage": "security_gate",
"verdict": "APPROVED",
"security_check": "security",
"summary": "PATCH y POST requieren sesión autenticada. Merge usa transacciones con FOR UPDATE.",
"checks": {
"auth": "OK: PATCH /club/me y POST /club/merge requieren deps.authenticate (sesión)",
"race_condition": "OK: merge usa FOR UPDATE + COMMIT",
"no_overwrite": "OK: linkMemberToUser no sobreescribe userId existente"
},
"timestamp": "2026-08-26T20:49:35Z"
}