AuthSession cookies clean

I authorize login through AuthSession (OAuth2) and everything works great! Thanks to Expo Team. The problem is that the authorization page saves the token in the cookies. So after reopening WebView, cookies automatically log in. I can’t change this on the server (because it isn’t mine). Is there any possibility of deleting cookies or “resetting” WebView so that the user can log in to another account?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.