update delete user to actually delete all data

This commit is contained in:
mrjvs
2023-10-29 16:34:50 +01:00
parent 54ae6cac3d
commit 91750a5086
2 changed files with 30 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ Backend for movie-web
- [X] GET progress items
- [X] DELETE progress items
- [ ] consume provider metrics
- [ ] DELETE user - should delete all associated data
- [X] DELETE user - should delete all associated data
- [ ] prometheus metrics
- [X] requests
- [X] user count
@@ -30,7 +30,7 @@ Backend for movie-web
- [X] global namespacing (accounts are stored on a namespace)
- [ ] cleanup jobs
- [ ] cleanup expired sessions
- [ ] cleanup old metrics
- [ ] cleanup old provider metrics
## Second todo list
- [ ] think of privacy centric method of auth