-
-
Notifications
You must be signed in to change notification settings - Fork 343
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
node-oauth
throws intermittent InternalOAuthErrors on fast connections
#163
node-oauth
throws intermittent InternalOAuthErrors on fast connections
#163
Comments
Here is the change made on Once the version will be bumped this will solve several duplicated issues in passport-google-oauth2 as said by @8bitDesigner, such as jaredhanson/passport-google-oauth2#87, jaredhanson/passport-google-oauth2#64, but also may be related to some of the issues of that repo such as involving |
This is solving multiple issues of `passport-google-oauth2` as stated in issue jaredhanson#163
This is a pretty critical issue. Can it please be prioritized? My only recourse right now is to fork and patch. Given the number or forks it seems many others have also done so. Let me know if I or other community members can help. |
Mostly for ciaranj/node-oauth#363, which fixes jaredhanson/passport-oauth2#163. I haven't been able to reproduce that issue with passport-twitter, but in theory it should be possible. I'm not aware of any breaking changes in `oauth`. See https://github.com/ciaranj/node-oauth/commits
Mostly for ciaranj/node-oauth#363, which fixes jaredhanson/passport-oauth2#163. I haven't been able to reproduce that issue with passport-oauth1, but in theory it may be possible. I'm not aware of any breaking changes in `oauth`. See https://github.com/ciaranj/node-oauth/commits
Hi all, there's an existing bug with
passport-google-oauth2
where, due to an upstream issue innode-oauth
0.9.0, OAuthing into Google accounts fails intermittently over fast connections.Good news! The upstream issue has been fixed and published as
node-oauth
0.10.0. Howeverpassport-google-oauth2
depends on this package, and this package is pinned atnode-oauth
0.9.x. Can you bump this dependency to 0.10.0 and publish a new version?The text was updated successfully, but these errors were encountered: