auth0 / node-auth0

Node.js client library for the Auth0 platform.
MIT License
628 stars 307 forks source link

fix: ManagementTokenProvider should also respect the keepAlive config option #927

Closed alaczi closed 12 months ago

alaczi commented 12 months ago

Changes

ManagementTokenProvider should also respect the keepAlive config option and pass it to the AuthenticationClient's constructor.

References

Please include relevant links supporting this change such as a:

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

Checklist