react-native-auth0 icon indicating copy to clipboard operation
react-native-auth0 copied to clipboard

feat: allow no timeout

Open camchis opened this issue 2 years ago • 1 comments

Changes

Support for no timeout when fetching, this will allow people to use their own timeout/retry logic.

References

There has been multiple issues reported related to the timeout feature #792 and https://github.com/auth0/react-native-auth0/issues/514#issuecomment-1478806912

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.

  • [ ] This change adds unit test coverage
  • [x] This change has been tested on the latest version of the platform/language or why not

Checklist

camchis avatar Dec 18 '23 16:12 camchis

Default timeout is 10000 ms. and can be customised with Auth0Options. Closing this PR as this is already present.

subhankarmaiti avatar Jun 10 '25 06:06 subhankarmaiti