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

Fix CSRF on logout #1040

Merged
merged 6 commits into from
Jul 14, 2022
Merged

Fix CSRF on logout #1040

merged 6 commits into from
Jul 14, 2022

Commits on Jul 12, 2022

  1. Add logout as POST action

    for now, there is nothing when /exit is called manually
    Glandos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    498ceec View commit details
    Browse the repository at this point in the history
  2. adapt tests

    Glandos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    5e1a47b View commit details
    Browse the repository at this point in the history
  3. based on test failure, change the init of confirm_logout_form.

    It should be moved in its own preprocessor OR rename the current one
    Glandos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    b49ead7 View commit details
    Browse the repository at this point in the history
  4. format

    Glandos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    b2de211 View commit details
    Browse the repository at this point in the history
  5. fix test to match reality

    Glandos committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    db159d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    775da38 View commit details
    Browse the repository at this point in the history