[H3] revoke_user_tokens is a 501 stub whose comment claims partial behavior #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: High
Component(s): server
Affected file(s):
server/src/api/auth_logout.rs:116Problem:
revoke_user_tokensis a 501 stub, but its comment claims partial behavior, misleading callers.Recommended fix:
Delete the route until the session-tracking table exists, or implement a minimal real version and make the comment/error match.
Remediation phase: P0
From the 2026-06-05 three-way review (Claude+Gemini+Grok) — see reports/review-2026-06-05/SYNTHESIS-three-way.md (finding H3) and REMEDIATION-PLAN.md (P0).