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

Fixed django logout feature 405 method not allowed error #523

Closed
wants to merge 1 commit into from

Conversation

AliYmn
Copy link

@AliYmn AliYmn commented Dec 19, 2023

In Django, using triggers a GET request, which isn't accepted by Django's logout view (hence a 405 error). The updated form version sends a POST request, which is required for secure logout and CSRF protection compliance.

@AliYmn AliYmn mentioned this pull request Dec 19, 2023
@alex-pythonista
Copy link

alex-pythonista commented Feb 26, 2024

This PR needs to be merged real quick.

@AliYmn AliYmn closed this Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants