Description 📓
We have been using the httpOptions parameter in next-auth's 4.x OAuthConfig to set a header we require for our IDP.
I noticed this is missing in @auth/core's OAuth2Config, and unfortunately will be a blocker/headache for us to upgrade.
It seems the 'oauth4webapi' library supports additional headers.
How to reproduce ☕️
N/A
Contributing 🙌🏽
Yes, I am willing to help implement this feature in a PR
Description 📓
We have been using the
httpOptionsparameter in next-auth's 4.xOAuthConfigto set a header we require for our IDP.I noticed this is missing in @auth/core's
OAuth2Config, and unfortunately will be a blocker/headache for us to upgrade.It seems the 'oauth4webapi' library supports additional headers.
How to reproduce ☕️
N/A
Contributing 🙌🏽
Yes, I am willing to help implement this feature in a PR