Jordan141 / articleblog

An article blog written using a myriad of web technologies.
2 stars 0 forks source link

Add GDPR compliant functionality #35

Open Jordan141 opened 3 years ago

Jordan141 commented 3 years ago

Users should be able to receive all data about them in accordance with GDPR, as well as delete all their information in a timely manner.

Jordan141 commented 3 years ago

Delete all userdata is already implemented, as is delete articles, all we need is a function to delete all articles with a certain author ID, we'll need to discuss how we want this to tie into #93