jaredhanson / passport

Simple, unobtrusive authentication for Node.js.
https://www.passportjs.org?utm_source=github&utm_medium=referral&utm_campaign=passport&utm_content=about
MIT License
22.66k stars 1.24k forks source link

"Strategies" link on website 404 #697

Open kylehotchkiss opened 5 years ago

kylehotchkiss commented 5 years ago

Expected behavior

Click "Strategies" link on homepage, load list of passport strategy packages

Actual behavior

http://www.passportjs.org/packages/ returns 404

Steps to reproduce

Visit http://www.passportjs.org/packages/

Environment

production website

GlennMatthys commented 5 years ago

Also 404 for passport-local examples: http://www.passportjs.org/packages/passport-local/: For complete, working examples, refer to the multiple examples included.

https://github.com/jaredhanson/passport-local/tree/master/examples -> 404

manifoldhiker commented 5 years ago

Also, from http://www.passportjs.org/packages/passport-saml link to ADFS documentation http://www.passportjs.org/packages/passport-saml/docs/adfs/README.md is broken

candu commented 5 years ago

+1. I've noticed that the links work at https://www.passportjs.org (with HTTPS), but that exposes another issue: the SSL certificates used on passportjs.org were issued to *.herokuapp.com, and are thus invalid.

See https://support.dnsimple.com/articles/heroku-error-ssl/ for solutions to common HTTPS errors on Heroku.

Ryuno-Ki commented 4 years ago

Still prevalent.