jaredhanson / passport-github

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

Fix Express-dependency #28

Closed alexanderGugel closed 8 years ago

alexanderGugel commented 10 years ago

= 0.0.0 includes Express 4.x, which does not include any middleware at all. I fixed the package.json file in order to include the latest 3.x version. Otherwise the example would not work anymore (after reinstalling all dependencies).

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling 016c3a04b3b54ef55c4ff2d96ece64e727ede523 on alexanderGugel:master into af8bad0041f7b8e902af3d81cbe6f197d825eb55 on jaredhanson:master.

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling 016c3a04b3b54ef55c4ff2d96ece64e727ede523 on alexanderGugel:master into af8bad0041f7b8e902af3d81cbe6f197d825eb55 on jaredhanson:master.

jaredhanson commented 8 years ago

Examples have been moved to separate repositories. Closing.