We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now user_agent get from utils.user_agent when SEND_USER_AGENT is True. To override it I need override whole request method: https://github.com/omab/python-social-auth/blob/master/social/backends/base.py#L215.
utils.user_agent
SEND_USER_AGENT
True
request
Propose add overridable user_agent method instead direct utils.user_agent usage.
user_agent
The text was updated successfully, but these errors were encountered:
Support added at social-core.
Sorry, something went wrong.
No branches or pull requests
Now user_agent get from
utils.user_agent
whenSEND_USER_AGENT
isTrue
. To override it I need override wholerequest
method: https://github.com/omab/python-social-auth/blob/master/social/backends/base.py#L215.Propose add overridable
user_agent
method instead directutils.user_agent
usage.The text was updated successfully, but these errors were encountered: