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

Using associate_user pipeline for Oauth2 #1020

Closed Ajeetlakhani closed 7 years ago

Ajeetlakhani commented 8 years ago

I am using Signup by OAuth access_token along with django-oauth-toolkit for OAuth2 authentication.

I used 'associate_user' pipeline to connect multiple backend with Session auth. How to use the same pipeline to connect multiple backend using OAuth2.

omab commented 7 years ago

The pipeline is backend agnostic, doesn't differentiate between OAuth2, OAuth1, OpenId or legacy, the same rules are applied to all.