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
I've implemented multiple other strategies from jaredhanson (Twitter, Facebook & Google), but can't get the windows live strategy working. After logging into windows live, the callback lasts about 10 seconds before I get back the following error message:
"TokenError:
The provided value for the 'code' parameter is not valid. The code has expired.
at Strategy.OAuth2Strategy.parseErrorResponse"
When I open the auth url from strategy.test.js directly in my browser, I get the same error again:
I've implemented multiple other strategies from jaredhanson (Twitter, Facebook & Google), but can't get the windows live strategy working. After logging into windows live, the callback lasts about 10 seconds before I get back the following error message:
"TokenError:
The provided value for the 'code' parameter is not valid. The code has expired.
at Strategy.OAuth2Strategy.parseErrorResponse"
When I open the auth url from strategy.test.js directly in my browser, I get the same error again:
My routes are configured like this:
The text was updated successfully, but these errors were encountered: