Files
Owen McGonagle 9e099e3a57 Fix Sign Out for Django 5.2 (POST logout)
Django 5.2 makes the built-in logout view POST-only, which causes
Horizon's GET-based Sign Out link to return HTTP 405.

Convert the user-menu logout to a CSRF-protected POST and
enforce POST in the logout view while preserving WebSSO
redirect logout behavior.

Change-Id: Ieaaf51fab4a4b32d454f8a5d90b304141bd6cf94
Signed-off-by: Owen McGonagle <omcgonag@redhat.com>
2026-03-10 15:11:32 +01:00
..
2019-01-31 21:29:33 +09:00
2018-01-17 16:30:53 +13:00