Patrick Pilch
Patrick Pilch
There's a stack overflow when applying the node-config prototypes to the following javascript configuration file: ``` javascript module.exports = { "test": { "innerProp": process.stdout } } ``` Code to trigger:...
### Describe the bug? Some authorization servers return an ID token with a nonce after a refresh occurs. Currently the library's default token verifier [unconditionally checks](https://github.com/okta/okta-mobile-kotlin/blob/667684d07118b63c4c76636a2ee1fbe4bb45752e/auth-foundation/src/main/java/com/okta/authfoundation/client/OidcClient.kt#LL140C23-L140C23) the id token against...
### Description 📓 We have been using the [`httpOptions`](https://github.com/nextauthjs/next-auth/blob/65043ba4718b293c4a283e3aee7d7e3340e921fa/packages/next-auth/src/providers/oauth.ts#L144) 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...