Message:
In our React Native application, we are using Auth0 for user signup and login. We observed the following issue:
- User X logs in using email and password.
- User X logs out.
- After logout, the device’s system time is manually changed.
- Then, user Y logs in using different credentials.
Despite user Y successfully logging in, the application still returns user X’s profile details instead of user Y’s.
This issue appears to be related to device time manipulation affecting session or token caching. Please advise on how to prevent this and ensure accurate user data is returned after each login.
Raise this support ticket to Autho