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

GDPR Compliance #165

Open
asaph26 opened this issue Nov 20, 2017 · 5 comments
Open

GDPR Compliance #165

asaph26 opened this issue Nov 20, 2017 · 5 comments

Comments

@asaph26
Copy link

asaph26 commented Nov 20, 2017

Is there any plan on the roadmap for GDPR compliance?

@axtho
Copy link
Contributor

axtho commented Nov 20, 2017

No, not yet. But we must. Did you do something on your side yet? Care to share? :)

@asaph26
Copy link
Author

asaph26 commented Nov 20, 2017

Not yet. Will update the issue with the roadmap that we come up with

@axtho
Copy link
Contributor

axtho commented Nov 20, 2017

ToDo list for compliance (WIP):

  • HTTPS only
  • encrypt the jwt with a public/private key (RS256 encryption)
  • encrypt interactions using the same RSA token (http://www.yiiframework.com/doc-2.0/guide-security-cryptography.html)
  • offline storage encryption?
  • Profile page: add "forget me" button to let the user set a delete me flag. Admins need to delete such a user completely, not relations or logs may remain
  • Process for "forget me" request (via email)
  • Process for "gathered info" request (via email)
  • Privacy policy section in footer

more to come.

@axtho axtho added this to BACKLOG in Application Rework Dec 3, 2017
@axtho
Copy link
Contributor

axtho commented Dec 10, 2017

@asaph26 have you looked into offline storage? Reading the GDPR material one gets the feeling that saving person related data offline (localStorage, etc) would be disallowed. I have also chatted to another project lead that said the same thing. Have you heard anything of this?

axtho added a commit that referenced this issue Dec 20, 2017
@axtho axtho added this to the 2.0.0-beta.5 milestone Mar 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants