From d07a4bf7eb74cf63f4c5a3ed6a137648e20071eb Mon Sep 17 00:00:00 2001 From: now-ing <956750945@qq.com> Date: Wed, 29 Jul 2026 23:00:51 +0800 Subject: [PATCH] test(auth): lock in POST logout from gateway-offline banner (#3001) (#4506) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * test(auth): lock gateway-unavailable logout to POST (#3001) Issue #3001 reports that the gateway-unavailable fallback rendered the recovery action as a plain link to /api/v1/auth/logout, which browsers navigate via GET against a POST-only endpoint — returning 405 and leaving the stale session cookie intact while the gateway is down or restarting. The code-level fix already landed in #3495: renders a