Skip to content

Conversation

woodchuck00
Copy link

update per issue#161
#161

update per issue#161
dgrubelic#161
@robertofd1995
Copy link

robertofd1995 commented Jun 25, 2020

@dgrubelic could you approve this PR? I had the same problem as in the issue and changing the code to this fix it.

Vue.use(VueAuthenticate, {
      providers: {
        linkedin: {
          clientId: '860a9egnzmfo19',
          redirectUri: 'http://localhost:8080/',
          url: 'http://localhost:8000/api/login/social/token_user/linkedin-oauth2/',
          scope: ['r_emailaddress', 'r_liteprofile', 'w_member_social'],
          requiredUrlParams: ['state', 'scope'], // needed
          tokenPath: 'token' // I also need this in my project
        }
      }
    })

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants