|
|
|
Ask HN: How to comply with EU GDPR?
|
|
2 points
by bruinjoe
3028 days ago
|
|
My application needs to store the user's first name, last name, and email address to customize the user's experience. Europe's new General Data Protection Regulation (GDPR) law requires that the application not store any data that can identify the user. Any suggestion how the application can comply with the law but also retain the customization based on an individual user? |
|
For example, it emphasizes getting proper consent from users ("active consent"). You can find examples of this under the name "clickwrap", which is the "I agree to..." type of checkbox. [1] ; There are also additional requirements to keep in mind for your app [2]
- You need to disclose data retention (how long are you planning to retain user data) - User choices - Disclosing if you're the data controller or data processor - Disclosing the data processors you work with (Google Analytics, Mixpanel)
[1] https://termsfeed.com/blog/browsewrap-clickwrap/
[2] https://www.slideshare.net/termsfeed/gdpr-privacy-policy