You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This is the response in the browser:
Thanks in advance!
The text was updated successfully, but these errors were encountered:
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?
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.
This is the response in the browser:
Thanks in advance!
The text was updated successfully, but these errors were encountered: