Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use POST for logout requests #2502

Merged
merged 1 commit into from
Oct 5, 2024
Merged

Use POST for logout requests #2502

merged 1 commit into from
Oct 5, 2024

Commits on Sep 23, 2024

  1. Use POST for logout requests

    Using the GET method for logging out was deprecated in Django 4.1 and
    removed in 5.1. To retain styling, some modifications to the scss were
    needed, and a new CSRF middleware added to avoid an "Invalid" error on
    clicking the new buttons.
    
    Fixes #2463
    tienne-B committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d6b79df View commit details
    Browse the repository at this point in the history