How can I pass additional user information with python-social-auth such that they are saved to the database upon successful authentication?
I looked into pipelines but could not figure this out.
I have a form with sign up button which will start the social auth process and I would like these form values to be stored.