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'm using facebook login with Auth0... logging out works fine, except it's not a true log out... it's a partial log out where only the local session is removed from AsyncStorage, however, facebook continues to remember the user, which makes it impossible for a different facebook user to login on the same device, unless you ask your user to delete the app and re-install, which is not an acceptable thing to ask users to do, especially at scale. Is there a way to make the app not remember/store any facebook info, so that new users can login?
The text was updated successfully, but these errors were encountered:
I'm using facebook login with Auth0... logging out works fine, except it's not a true log out... it's a partial log out where only the local session is removed from AsyncStorage, however, facebook continues to remember the user, which makes it impossible for a different facebook user to login on the same device, unless you ask your user to delete the app and re-install, which is not an acceptable thing to ask users to do, especially at scale. Is there a way to make the app not remember/store any facebook info, so that new users can login?
The text was updated successfully, but these errors were encountered: