passport-next / passport-openid

OpenID authentication strategy for Passport and Node.js.
MIT License
6 stars 3 forks source link

Add new repo #2

Open fomojola opened 5 years ago

fomojola commented 5 years ago

Sorry to file this: happy to close it but couldn't think of a superior way to communicate with you guys. I recently fixed a bug in passport-intuit (https://github.com/jaredhanson/passport-intuit) by forking the main package and just changing the dependency to @passport-next/passport-openid (the actual forked package is at https://github.com/fomojola/passport-intuit). Seeing as @passport-next is providing a home to updated passport strategies is there a process (formal or otherwise) to bring packages such as this up to snuff and then adopt them into @passport-next? I'd happily pass my fork over or switch to using a fork you make: right now I'm depending directly on my github link in production which makes me a bit nervous, and I can't be the only person experiencing this issue so having it in @passport-next seems like The Right Thing To Do (TM).

I'd love to do the work to pull up the dependencies on a couple of the passport strategies I'm using and pass them to you guys to vet and publish?

Thanks!

Femi.