-
Notifications
You must be signed in to change notification settings - Fork 1
logged in already after deactivating alpheios #433
Comments
yes i think it should. |
actually, I'm not sure if deactivating Alpheios should log you out. I just implemented a fix for #427 which will fixes the problem of not retaining the session across page loads (and will also allow the session to be used across tabs). The user login has an expiration which is enforced so the session does not last indefinitely (although we could also refresh the session for the user if we want -- see alpheios-project/webextension#213). I am leaning towards keeping the session active until it times out, the user explicitly logs out, or they close their browser. What do you think @monzug ? what is the benefit of logging out upon deactivation? |
I think the weird behavior on logging out was fixed, so back to this comment:
|
Yesterday I installed new build and I found myself already logged in. Note that before uninstalling the tools, I do clear data and history. I don't close the browser though, could it be session cookie? |
Yes, It's a session cookie added by the Auth0 application. |
ok so we can close this one. Thanks |
Both Chrome and Firefox 3.0.0.25
if I click on Deactivate Alpheios, all icons are closed (this was an issue on GitHub) but when I reactivate Alpheios, panel is open with the blank page, Wordlist and login are still active from previous session. Shouldn't the command deactivate Alpheios close all actions including wordlist and logout?
The text was updated successfully, but these errors were encountered: