Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LinkedIn provider Authentication failed #243

Open
adairvega opened this issue Dec 10, 2021 · 1 comment
Open

LinkedIn provider Authentication failed #243

adairvega opened this issue Dec 10, 2021 · 1 comment

Comments

@adairvega
Copy link

Hello there, It's the first time that I use this library, I'm traying to use linkedIn provider in order to authenticate users and storage their name, last name and email in my MySQL db, I have already done this whit the Google provider, but with LinkendIn I got an error: Authentication failed.
The popup is working, it gets my email and password.

This is my function in Vue.
image

This is the response in the browser:
image

Thanks in advance!

@ajmas
Copy link

ajmas commented Dec 12, 2021

From what I can see in the code (src/authenticate.js and in isAuthenticated()), this could be because the JWT token is not in an expected format? Would need someone to look at this closer - maybe you add a break point in the function and see what is happening?

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

No branches or pull requests

2 participants