0

Hi I'm using python social auth to allow user sign in using LinkedIn. Is there a way to extract token from the response like we do for Facebook and pass it to the backend by making an ajax request.

doordx
  • 15
  • 5

1 Answers1

0

Here's an example using the python-linkedin library, you could probably do something similar with social auth using its backend/pipeline principle

Hedde van der Heide
  • 21,841
  • 13
  • 71
  • 100