Open Aditya94A opened 4 years ago
same question here.
This does still work, when authenticating rather than "some state" I added the scope.
router.get('/auth/linkedin',
passport.authenticate('linkedin', { scope: ['r_emailaddress', 'r_liteprofile'],}),
function(req, res){
});
I'm seeing tons of open issues, some three or more years old. Does this still work?