hyperlog-core / hyperlog-backend

Backend for hyperlog
0 stars 0 forks source link

Delete user account from DynamoDB backend on delete request. #94

Closed BrainBuzzer closed 4 years ago

BrainBuzzer commented 4 years ago

When the user deletes the account, it is only being deleted/marked as deleted on django backend. But on the DynamoDB the account still remains open, and hence the widget. So after user sends delete account request, we need to delete the same from the DynamoDB too.

nikochiko commented 4 years ago

This is resolved in https://github.com/hyperlog/hyperlog-backend/pull/99