react-linkedin-login-oauth2 icon indicating copy to clipboard operation
react-linkedin-login-oauth2 copied to clipboard

Token is not valid after success callback

Open theone3nu opened this issue 2 years ago • 1 comments

I am able to get the token but when i use that token to generate refresh token it says { "error": "invalid_request", "error_description": "Unable to retrieve access token: appid/redirect uri/code verifier does not match authorization code. Or authorization code expired. Or external member binding exists" }

When i manually generate token using this https://www.linkedin.com/oauth/v2/authorization?response_type=code&client_id=xxxxxxx&redirect_uri=https://localhost:3000 that token is working fine.

theone3nu avatar Jan 04 '22 09:01 theone3nu

+1 suddenly started tio send buffer? instead of normal auth code.

talaikis avatar Jan 28 '22 14:01 talaikis