Statistics
| Branch: | Tag: | Revision:

root / social_auth / backends / pipeline / __init__.py @ b5a2ce2a

History | View | Annotate | Download (326 Bytes)

1
"""Django-Social-Auth Pipeline.
2

3
Pipelines must return a dictionary with values that will be passed as parameter
4
to next pipeline item. Pipelines must take **kwargs parameters to avoid
5
failure. At some point a pipeline entry must create a UserSocialAuth instance
6
and load it to the output if the user logged in correctly.
7
"""