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

Feature: Added refreshToken and saveCredentials to auth0 hook

Open StephenTANM opened this issue 10 months ago • 1 comments

Changes

Please describe both what is changing and why this is important. Include:

I've added refreshToken and saveCredentials to the auth0 hook for implementations requiring custom handling. For my use case at my professional job, we need to handle the refreshToken a certain way according to biometrics permissions and other factors.

References

Please include relevant links supporting this change such as a:

https://github.com/auth0/react-native-auth0/issues/625

Please note any links that are not publicly accessible.

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.

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

Checklist

StephenTANM avatar Apr 02 '24 18:04 StephenTANM