Closed tiblu closed 2 years ago
Triage 60. Est. dev. time 8 hours. Sending to development.
Updated activities, removed all personal information like "connectionUserId" and "connectionData" from "userConnection" Activities, also removed email from activities. We now don't have to delete any data from "Activities" tabel when user deletes their account, IPs will be handled in different way as we will be storing these for longer time as per Privacy policy
What is the problem?
When a User deletes account we want to anonymize/delete ALL data related to that User.
Why is this a problem?
When deleting a User, we still have User data in Activities table.
Examples include Activities with context:
POST /api/auth/signup
- contains email etc.GET /api/auth/google/callback
- contains email, Google account ID etc.GET /api/auth/facebook/callback
- contains email, Facebook account ID etc.GET /api/auth/id
- contains full name.GET /api/auth/mobile/status
- contains full name.GET /api/auth/smartid/status
- contains full name.Possible solution.
Related to: