- 已装运
- 2025年10月14日 04:05 UTC
- 作者
- snadjafinia
- 提交
- 2a038e5
Logout Flow Changes: - /logout (page): DELETE Redis session via /api/logout, forward to login/logout - /api/logout: Direct Redis DELETE (no SecurityService call), clear *** cookie Benefits: - Simpler architecture (direct Redis access) - Faster logout (fewer network hops) - Consistent with new OTK validation flow - Proper SSO logout chain: internal -> login -> root