passport icon indicating copy to clipboard operation
passport copied to clipboard

How to add new strategy to the passportjs website ?

Open safranx opened this issue 3 years ago • 5 comments
trafficstars

I developed a package for Faceit (https://github.com/amber-gg/passport-faceit) and I would like to know want are the criteria to be included to the passportjs strategies page (https://www.passportjs.org/packages/)?

The current passport-faceit on this page is not maintain (last update 2 years ago), it's not working and don't follow the last security requirements of github (https://github.blog/2021-09-01-improving-git-protocol-security-github/), resulting to build failure on heroku for instance.

Best,

safranx avatar Jun 27 '22 13:06 safranx

I'll add it during the next round of updates.

jaredhanson avatar Jun 27 '22 17:06 jaredhanson

Is submitting an issue here the right way to request new/replacement strategies? I have one for okta that should replace the current one (which has not been touched in 6 years)

DavidZemon avatar Jul 07 '22 03:07 DavidZemon

Yeah, what's the package name?

jaredhanson avatar Jul 07 '22 13:07 jaredhanson

Okay, thanks.

It is @davidzemon/passport-okta-oauth https://github.com/DavidZemon/passport-okta-oauth

DavidZemon avatar Jul 07 '22 14:07 DavidZemon

I would like to make the same comment regarding the @node-saml/passport-saml package. It replaces the unscoped version.

https://www.passportjs.org/packages/passport-saml/ shoud point to https://github.com/node-saml/passport-saml

cjbarth avatar Nov 12 '22 23:11 cjbarth