omab / python-social-auth

Social auth made simple
http://psa.matiasaguirre.net
BSD 3-Clause "New" or "Revised" License
2.83k stars 1.09k forks source link

Question: detect first time login using pipelines #1098

Closed JIElite closed 7 years ago

JIElite commented 7 years ago

Excuse me,

I want to detect whether the user is first time login using oauth and I use pipelines to set up some information for user.

When I reading the documents about pipeline, I can't find further details about each fields in pipeline kwargs.

I thought there are two ways to meed my needs: "is_new" & "new_association"

What's the difference between the above?

Thank you!