Skip to content

Change Sign Out route from a DELETE to a GET

What does this MR do?

Changes the HTTP method for the destroy_user_session action (the Sign Out link) from DELETE to GET, facilitating simpler single-sign-out integration with external apps/sites.

Why was this MR needed?

Solves #39708 (closed)

Does this MR meet the acceptance criteria?

Merge request reports