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

Password Protect/Lock Filters #29

Open
3 tasks
rthaut opened this issue Oct 14, 2017 · 1 comment
Open
3 tasks

Password Protect/Lock Filters #29

rthaut opened this issue Oct 14, 2017 · 1 comment

Comments

@rthaut
Copy link
Owner

rthaut commented Oct 14, 2017

Implement functionality to lock filter management (at least filter removal, maybe also filter creation) behind a "password."

Basic requirements:

  • User must somehow "opt in" to locking filter management behind a password
  • User must create a password only after "opting in," and only if no current password is set
    • User must be automatically "opted out" upon failure to provide/save initial password
  • User can change or remove password altogether, but only after providing current password

Additional considerations:

  • Is a recovery mechanism needed? Or should the user be required to uninstall & reinstall?
  • Where/how should the password be stored (local vs. sync storage, encrypted vs. hashed)?
    • This will probable be partially driven by the decision regarding recovery
  • Should filters be displayed (read-only) and/or exportable without entering the password?
    • Maybe this should be part of the "opt-in" process, allowing the user to choose
  • Should the user be allowed to create new filters without entering the password?
    • Again maybe this should be left to the user to decide during "opt-in"
@Kazuki989
Copy link

Why is this feature still not implemented?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants