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
GitHub recently deprecated API authentication through query parameters. #1618 removed all the calls we were making directly from the web editor, but it looks like this might still be a problem from these lines, where we use passport-github. passport-github hasn’t migrated from the deprecated GitHub API auth strategy and probably won’t since it seems to be unmaintained now (jaredhanson/passport-github#75).
But! someone has forked that repo and fixed this issue here: http://www.passportjs.org/packages/passport-github2/. Moving to passport-github2 should be enough to fix this. (it appears to be a drop in replacement for passport-github, so it might be as simple as changing the dependencies, but i haven't looked too closely.)
The text was updated successfully, but these errors were encountered:
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already.
GitHub recently deprecated API authentication through query parameters. #1618 removed all the calls we were making directly from the web editor, but it looks like this might still be a problem from these lines, where we use
passport-github
.passport-github
hasn’t migrated from the deprecated GitHub API auth strategy and probably won’t since it seems to be unmaintained now (jaredhanson/passport-github#75).But! someone has forked that repo and fixed this issue here: http://www.passportjs.org/packages/passport-github2/. Moving to
passport-github2
should be enough to fix this. (it appears to be a drop in replacement forpassport-github
, so it might be as simple as changing the dependencies, but i haven't looked too closely.)The text was updated successfully, but these errors were encountered: