getlantern / firetweet

FireTweet for Android powered by Lantern
272 stars 73 forks source link

Signing out and then killing the app doesn't have any impact on the user's account when opening the app again #107

Closed sunshine19090 closed 9 years ago

sunshine19090 commented 9 years ago

Steps:

  1. Sign out
  2. Kill the app
  3. Open the app. User's timeline gets displayed automatically. Expected to show the Sign in screen.
atavism commented 9 years ago

Hi @sheena3, this should be fixed on https://github.com/firetweet/downloads/blob/master/firetweet-beta.apk?raw=true if you want to take a look

sunshine19090 commented 9 years ago

Now it doesn't take me to the timeline but when I try sign in, it simply shows like the user is already logged in.

screenshot_2015-06-01-22-43-48

In the webview top right corner, the user's profile image is displayed.

myleshorton commented 9 years ago

So it seems like the browser is caching the user's credentials @atavism correct? Is there any way to clear that from the WebView?

myleshorton commented 9 years ago

This is really the same fundamental issue as #105, and this will almost certainly be fixed with that. Let's reopen if necessary.