- 出荷済み
- 2025年10月14日 4: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