Skip to content

Commit

Permalink
Remove Yahoo passport completely (#1741)
Browse files Browse the repository at this point in the history
* With the original process manager running our app this is the last message in it. It also says the process is still running but this is a first for me seeing the process still running but complete hanging. We'll see how this goes next round.

Applies to #1733 and possibly #1727 
Auto-merge
  • Loading branch information
Martii authored Aug 23, 2020
1 parent c4d400d commit 4727580
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ Repository | Reference | Recent Version
[passport-reddit][passport-redditGHUrl] | [Documentation][passport-redditDOCUrl] | [![NPM version][passport-redditNPMVersionImage]][passport-redditNPMUrl] ![OAuth2][oauth2Logo]
[passport-steam][passport-steamGHUrl] <br />&#x22D4; [`OpenID2`][passport-steamGHOpenIDUrl] | [Documentation][passport-steamDOCUrl] | [![NPM version][passport-steamNPMVersionImage]][passport-steamNPMUrl] ![OpenID][openidLogo] [&#x22D4;][passport-openid]
[passport-twitter][passport-twitterGHUrl] | [Documentation][passport-twitterDOCUrl] | [![NPM version][passport-twitterNPMVersionImage]][passport-twitterNPMUrl] ![oauth1][oauth1Logo]
[passport-yahoo][passport-yahooGHUrl] <br />&#x22D4; [`OpenID2`][passport-yahooGHOpenIDUrl] | [Documentation][passport-yahooDOCUrl] | [![NPM version][passport-yahooNPMVersionImage]][passport-yahooNPMUrl] ![OpenID][openidLogo] [&#x22D4;][passport-openid]
[pegjs][pegjsGHUrl] | [Documentation][pegjsDOCUrl] | [![NPM version][pegjsNPMVersionImage]][pegjsNPMUrl]
[rate-limit-mongo][rate-limit-mongoGHUrl] | [Documentation][rate-limit-mongoDOCUrl] | [![NPM version][rate-limit-mongoNPMVersionImage]][rate-limit-mongoNPMUrl]
[remark][remarkGHUrl] | [Documentation][remarkDOCUrl] | [![NPM version][remarkNPMVersionImage]][remarkNPMUrl]
Expand Down Expand Up @@ -376,12 +375,6 @@ Outdated dependencies list can also be achieved with `$ npm outdated`
[passport-twitterNPMUrl]: https://www.npmjs.com/package/passport-twitter
[passport-twitterNPMVersionImage]: https://img.shields.io/npm/v/passport-twitter.svg?style=flat

[passport-yahooGHUrl]: https://github.com/jaredhanson/passport-yahoo
[passport-yahooGHOpenIDUrl]: https://github.com/OpenUserJs/passport-yahoo/tree/OpenID2
[passport-yahooDOCUrl]: https://github.com/jaredhanson/passport-yahoo/blob/master/README.md
[passport-yahooNPMUrl]: https://www.npmjs.com/package/passport-yahoo
[passport-yahooNPMVersionImage]: https://img.shields.io/npm/v/passport-yahoo.svg?style=flat

[pegjsGHUrl]: https://github.com/pegjs/pegjs
[pegjsDOCUrl]: https://github.com/pegjs/pegjs/blob/master/README.md
[pegjsNPMUrl]: https://www.npmjs.com/package/pegjs
Expand Down
5 changes: 0 additions & 5 deletions controllers/strategies.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,5 @@
"name": "Twitter",
"oauth": true,
"readonly": false
},
"yahoo": {
"name": "Yahoo!",
"oauth": false,
"readonly": true
}
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"passport-reddit": "0.2.4",
"passport-steam": "1.0.14",
"passport-twitter": "1.0.4",
"passport-yahoo": "git://github.com/OpenUserJs/passport-yahoo.git#OpenID2",
"pegjs": "0.10.0",
"rate-limit-mongo": "2.2.0",
"remark": "12.0.1",
Expand Down

0 comments on commit 4727580

Please sign in to comment.