Skip to content

update per issue#161#200

Open
woodchuck00 wants to merge 1 commit into
dgrubelic:masterfrom
woodchuck00:patch-1
Open

update per issue#161#200
woodchuck00 wants to merge 1 commit into
dgrubelic:masterfrom
woodchuck00:patch-1

Conversation

@woodchuck00

Copy link
Copy Markdown

update per issue#161
#161

update per issue#161
dgrubelic#161
@robertofd1995

robertofd1995 commented Jun 25, 2020

Copy link
Copy Markdown

@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