auth0 / node-auth0

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

Ensure to pass-trough options to TokenProvider #938

Closed frederikprijck closed 11 months ago

frederikprijck commented 11 months ago

Changes

This PR ensures we pass options to the token provider, such as a custom fetch.

This also removes the disabling of the cache, which was internal only and shouldn't affect our consumers.

References

937

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