SecureCredentialsManager.saveCredentials(credentials) takes more than 10 seconds to execute #800
Open
6 tasks done
Labels
bug
This points to a verified bug in the code
Checklist
Description
We're using react-native-auth0@^3.1.0 to manage the authentication for our Android TV app. From the log, we found that it takes more than 10s to saveCredentials:
According to the source code, I think it's using
secureCredentialsManager
. https://github.com/auth0/react-native-auth0/blob/1349768c838cfc64bb5a4347fc749aa681285137/android/src/main/java/com/auth0/react/A0Auth0Module.java#L133Here's a sample for our credentials object(I replaced part of the token with '...', but the length is the same)
Reproduction
consistently by using
secureCredentialsManager.saveCredentials
Additional context
No response
Auth0.Android version
2.10.2
Android version(s)
Android TV OS version 11
The text was updated successfully, but these errors were encountered: