node.js - Using everyauth with LinkedIn -


i'm trying use everyauth authenticate app using linkedin. authentication works out of box, object returned everyauth linkedin (req.user) includes linkedin's "basic profile" info only, , not user's primary email address key information i'm after. i've authorised app in linkedin request r_emailaddress, , think (looking @ linkedin api docs) need define scope of login request explicitly request email address. don't know how using everyauth.

i'm keen continue using everyauth rather directly linkedin api since a) everyauth looks impressive , comprehensive , b) plan use additional authentication schemes in future.

thanks

everyauth uses linkedin's oauth api implementation, older current api implementation oauth2. oauth still supported you're reading documentation based on oauth2 , it's easier work with.

i suggest using passport , using linkedin oauth2 strategy has worked me. luck!


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -