Description
Hi, thank you for creating this library! I would like to provide GDPR / „right to be forgotten“ assurance while keeping schema flexibility. One way for that is pseudomization where each user has an assigned description key; when that is deleted, all data of that user is useless but doesn’t require propagating deletes.
I was wondering how you would handle that architecture and if prisma-field-encryption
would be a valid solution approach. Naturally I‘d try to push this further down to DB level (i.e. the with the PostgreSOL Anonymizer) but that seems to take flexibility out schema management (requiring raw queries?).
I‘m in the concept phase, everything should be azure and end-to-end typescript. Regarding stack, prisma & co still investigating.
Thank you very much!
PS: A data science team needs to also be able to access encrypted information without going through the GraphQL API. So being able to decrypt data outside of prisma-field-encryption
is useful and seems to be already on the map when reading this #12 (comment)