discipl / waardepapieren

project for consortium of municipalities digitizing PoE services
GNU General Public License v3.0
7 stars 3 forks source link

Feature toggle for storing of sensitive data (validator app) #81

Closed pimotte closed 5 years ago

pimotte commented 5 years ago

Currently, the validator app stores the personal data in plain text.

Because this functionality of the app is pretty out of scope for the current use case, we need a feature toggle to turn it off. The off setting should be default, and it should be clear that turning it on is "dangerous". The toggle should be in a configuration file, likely something similar to clerk-frontend.

The toggle will ensure no data is saved when scanning and removes the wallet screen from the homepage.