Closed Ajeetlakhani closed 7 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.
The pipeline is backend agnostic, doesn't differentiate between OAuth2, OAuth1, OpenId or legacy, the same rules are applied to all.
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.