How to disable the intermediate signout page from django allauth. When the user clicks on the signout link on my site I want him to logout right away, I want to remove this inte
Set ACCOUNT_LOGOUT_ON_GET to True in your settings.
ACCOUNT_LOGOUT_ON_GET
True
Also see the documentation