You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example real world applications might use forms POST requests and also in form action might supply query parameters and in this case merge=False for Django strategy will only take POST variables thus unintentionally breaking redirect part or other stages of authentication
Hey,
I wondering why
backend.strategy.request_data(merge=False)
fordo_auth
call?social-core/social_core/actions.py
Lines 12 to 14 in 9995648
For example real world applications might use forms
POST
requests and also in form action might supply query parameters and in this casemerge=False
for Django strategy will only takePOST
variables thus unintentionally breaking redirect part or other stages of authenticationShould there be a configuration option to merge
POST
andGET
by default?Thanks.
The text was updated successfully, but these errors were encountered: