Skip to content

Commit

Permalink
Add missing pipeline methods to reduced pipeline example
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed May 18, 2017
1 parent ae86e9e commit 6830802
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/pipeline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ in the dict is populated. In cases where the authentication is purely external,
pipeline method must be provided that populates the ``user`` key. Example::

SOCIAL_AUTH_PIPELINE = (
'social_core.pipeline.social_auth.social_details',
'social_core.pipeline.social_auth.social_uid',
'social_core.pipeline.social_auth.auth_allowed',
'myapp.pipeline.load_user',
'social_core.pipeline.social_auth.social_user',
'social_core.pipeline.social_auth.associate_user',
Expand Down

0 comments on commit 6830802

Please sign in to comment.