-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support for admin logout in django 5.0
- use POST for social auth logout on Django admin login page - django admin site returns logoutview response instead of redirect Django 5.0 has removed the ability to log out via GET requests in the django.contrib.auth.views.LogoutView and django.contrib.auth.views.logout_then_login(). Refs: HP-2280, https://docs.djangoproject.com/en/5.0/releases/5.0/
- Loading branch information
Showing
2 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters