jaredhanson / passport-openidconnect

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

npm package is not up to date with repo #2

Open erin-noe-payne opened 11 years ago

erin-noe-payne commented 11 years ago

I'm trying to use the auth strategy on a project and take advantage of discovery. It looks like I should be using the .config method, but this is not available based on the most recently npm published module.

If the code is stable, can you version bump and publish the package? Thank you - I really appreciate passport and the various strategies you support!

ghost commented 7 years ago

Is this strategy still supported?

olemoign commented 7 years ago

I can't answer for the maintainer but there were a lot of commits in October. :)

I'm using this strategy in production, so I'm interested in giving you a hand testing everything and making a new release (the last one on npm is from 2013).

fiddur commented 7 years ago

I have a branch with dynamic registration on pull #36 . I've used it in testing both with dynamic and preregistered, and it works for me. However, there are many forks that have been in production use a lot more, that I would suggest until @jaredhanson has time to make a new release.