Skip to content
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

Hot fix removing authentication from settings. #651

Merged
merged 1 commit into from
Jul 5, 2020
Merged

Conversation

JBassett
Copy link
Collaborator

@JBassett JBassett commented Jul 5, 2020

Was causing crashes and I'm not sure if we need on the settings. If you have gotten into the application we should assume you are totally authenticated.

@JBassett JBassett merged commit 949a826 into master Jul 5, 2020
@JBassett JBassett deleted the hotfix/authCrash branch July 5, 2020 14:51
@JBassett JBassett added bug Something isn't working patch A tiny change - Bumps patch build number labels Jul 6, 2020
@neopilou
Copy link
Contributor

neopilou commented Jul 6, 2020

Because if you leave the application when you are in the settings and you resume (not restart) the app later, you can access the settings without authentication. This can allow anyone to access the settings and disable authentication. So we have two solutions (maybe others), either we ask for an authentication, or we force the resume of the app in the WebViewActivity, and not in the SettingsActivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cla-signed patch A tiny change - Bumps patch build number
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants