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
188 stars 173 forks source link

Avoid saving clientSecret in session store #68

Closed reggiezhang closed 2 years ago

0x0ece commented 3 years ago

Hi, I created a fork of this project as it seems unmaintained. If you're interested in contributing your PR I'd be happy to merge it with your name. Alternatively I'll prob copy & paste this if I don't hear from you. https://github.com/saasform/saasform/tree/main/packages/passport-oauth2-oidc

jaredhanson commented 2 years ago

This PR doesn't merge cleanly (I'm guessing because of changes on master as well as formatting changes in this PR). I've gone ahead and merged this by hand in 940e1ee.

Thanks! Closing.