-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Persist cookies #184
Persist cookies #184
Conversation
Hi @jredrejo since the issue described in #183 was more like a question of what exactly is the expected behavior, and since this information is not provided in this PR I can only describe what I am observing in terms of behavior now:
So I have to ask the same question as before: Shouldn't this rule for automatically signing in the user be applied only if that is the only user on the device? |
well, we're not in the same situation, because before you were always signed as the admin user. Now you're signed back as the same user you were before. |
I think the security concerns are addressed by other means - we added the PIN option in order to prevent this kind of security hole. |
I think keeping the same user logged in when you close and then reopen the app is far more intuitive - the only slightly problematic thing here is the auto login as the admin after you sign out from any account. I am going to merge this, as it definitely ameliorates the situation, and we can see if the resigning in is problematic for users in the field. |
Ensure cookies are accepted and saved right after the webview finishes loading the page.
Closes: #183
Testing apk: https://drive.google.com/file/d/1gjRuBh6-ISpx2OOAfsPb21eUQLJL77-O/view?usp=drive_link