Closed aarongranick-okta closed 3 years ago
Related issue: https://github.com/okta/okta-oidc-js/issues/960
Please check if your PR fulfills the following requirements:
What kind of change does this PR introduce?
options.timeout is working as documented for calls to issuer / well-known but is not being used for calls to /token
Issue Number: 355643
options.timeout is now respected for calls to /token
I encounter this issue in lambda. Glad you've already addressed it. Any chance this can be deployed? :) Thanks in advance.
Related issue: https://github.com/okta/okta-oidc-js/issues/960
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
options.timeout is working as documented for calls to issuer / well-known but is not being used for calls to /token
Issue Number: 355643
What is the new behavior?
options.timeout is now respected for calls to /token
Does this PR introduce a breaking change?
Other information
Reviewers