auth0 / passport-linkedin-oauth2

Passport Strategy for LinkedIn OAuth 2.0
MIT License
119 stars 106 forks source link

The auth API was significantly revamped and will become mandatory 1st of march. Current API call does not work any longer. #62

Open G-T-P opened 5 years ago

G-T-P commented 5 years ago

I get multiple errors trying to get the user profile:

InternalOAuthError: failed to fetch user profile

Reading the documentation, I noticed that the API has fully changed.

I made a tentative PR which fixes the issue when it comes to login.

MathRobin commented 5 years ago

Is this related to this issue https://github.com/auth0/passport-linkedin-oauth2/issues/60 ?

G-T-P commented 5 years ago

Yes absolutely.