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

add option to pass custom headers to oauth2 object #86

Closed agiera closed 2 years ago

agiera commented 3 years ago

A Client-ID header was required for the an endpoint I was using. This is implemented in passport-oauth2 so I figured this would be useful to add in general.

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

Merged, thanks!