jaredhanson / passport-openid

OpenID authentication strategy for Passport and Node.js.
https://www.passportjs.org/packages/passport-openid/?utm_source=github&utm_medium=referral&utm_campaign=passport-openid&utm_content=about
MIT License
98 stars 90 forks source link

deps: use openid 2.x branch #36

Open rzk opened 8 years ago

rzk commented 8 years ago

openid 1.x.x fails on Node v6.1.0, openid 2.x.x has needed fixes and should be used instead of 1.x.x. fixes issue #35

sergey-zero commented 8 years ago

author please merege this, very need run it on last node

jtblin commented 8 years ago

@jaredhanson any chance to get this merged soon? Can't use passport-openid with node 6.x which is quite annoying.

rwky commented 6 years ago

Forked and fixed in https://github.com/passport-next/passport-openid

Install with npm install @passport-next/passport-openid

JMurph2015 commented 5 years ago

Bump @jaredhanson, could this get merged so that people can use the mainline lib?