Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · 3 months agoDetailed Error Messageslemmy.zipimagemessage-square77fedilinkarrow-up11.01Karrow-down15
arrow-up11.01Karrow-down1imageDetailed Error Messageslemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · 3 months agomessage-square77fedilink
minus-squarex00z@lemmy.worldlinkfedilinkarrow-up2·3 months ago Usually something like this would be enforced once in a centralized location (in the data layer / domain model), rather than at every call site. True. Although not every endpoint is the same, nor is every website or service. This gets tricky because in many jurisdictions, you need to ensure that you don’t just delete the user, but also any data associated with the user GDPR specifically mentions user identifiable data. I don’t know about others.
True. Although not every endpoint is the same, nor is every website or service.
GDPR specifically mentions user identifiable data. I don’t know about others.