You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am now using this component to save the user credentials after login.
In the development, I want to remove the storage and like I did with Storage component of react native, I simply removed the app from the phone and installed it again.
But it's still having the credentials in the storage.
Is there anyway to clear that ?
The text was updated successfully, but these errors were encountered:
Are you using iOS? This lib utilizes iOS keychain as the backing storage, it's not associated with the status of the app, unfortunately I don't know how to clear the data elegantly. The data is Untouchable by any other apps so it's safe.
I am now using this component to save the user credentials after login.
In the development, I want to remove the storage and like I did with Storage component of react native, I simply removed the app from the phone and installed it again.
But it's still having the credentials in the storage.
Is there anyway to clear that ?
The text was updated successfully, but these errors were encountered: