-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
Added: Implementation of POST login and logout #345
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm all for changing the logout to be a POST. If you want to update this PR to just be that change we can get it merged.
Let's discuss login flows in #308. I'm sorry for the misunderstanding.
Just to confirm, would you like me to switch the logout to use only POST and remove the current GET method, or should I add POST support and keep GET as it is? |
I think we need to continue to support logouts with GET until django 4.2 is no longer supported. That matches Django's policy. |
Co-authored-by: Tim Schilling <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm in favor of this change. I'd like to include the additional docs changes if you're okay with that @simon-spier0 and @JonasKs
Co-authored-by: Tim Schilling <[email protected]>
Co-authored-by: Tim Schilling <[email protected]>
Co-authored-by: Tim Schilling <[email protected]>
Co-authored-by: Tim Schilling <[email protected]>
Co-authored-by: Tim Schilling <[email protected]>
Co-authored-by: Tim Schilling <[email protected]>
Thank you @simon-spier0! |
Hi,
I added support for POST in login and logout.
#308, #280