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
If a token is expired or broken, system returns 500 instead of 401:
InternalOAuthError: Invalid Credentials
at c:\node_modules\passport-google-plus-token\lib\index.js:115:25
at passBackControl (c:\node_modules\oauth\lib\oauth2.js:123:9)
at IncomingMessage. (c:\node_modules\oauth\lib\oauth2.js:143:7)
at emitNone (events.js:72:20)
at IncomingMessage.emit (events.js:166:7)
at endReadableNT (_stream_readable.js:905:12)
at nextTickCallbackWith2Args (node.js:441:9)
at process._tickCallback (node.js:355:17)
The text was updated successfully, but these errors were encountered:
@Jaronloch2 I didn't work with Google Plus auth system for a long time and don't have time for this now. Feel free to investigate the issue, make a PR and I'll merge and publish fix asap.
If a token is expired or broken, system returns 500 instead of 401:
The text was updated successfully, but these errors were encountered: