Clear WebBrowser cookies / session

Please provide the following:

  1. SDK Version: 45.0.4
  2. Platforms(Android/iOS/web/all): ALL

Hello all,

I have an authentication flow using federate sign in of cognito AWS. It’s working fine, but when I sign out and I try to sign in with another account, the web browser (expo-web-browser) has cookies of my old account, and so, send the old account token to the callback… There is any fix for this ? Maybe an incognito mode to don’t store cookies / session or maybe a function to clear cookies… I already try to use ‘RCTNetworking’ but it doesn’t work…

Thank you

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