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
The default implementation of create_user pipeline method is reading settings via strategy not backend. (
create_user
python-social-auth/social/pipeline/user.py
Line 63 in b53e4dd
The text was updated successfully, but these errors were encountered:
Same thing with pipeline configuration per backend - not possible with current implementation of authenticate() in social.backends.base
Sorry, something went wrong.
Per-backend PIPELINE setting was added some time ago, per-backend USER_FIELDS was added here python-social-auth/social-core@1690dd6.
No branches or pull requests
The default implementation of
create_user
pipeline method is reading settings via strategy not backend. (python-social-auth/social/pipeline/user.py
Line 63 in b53e4dd
This makes it impossible to give backend specific settings. Is this behavior intentional?
The text was updated successfully, but these errors were encountered: