Update TODO

Co-authored-by: mrjvs <mistrjvs@gmail.com>
This commit is contained in:
William Oldham 2023-11-04 13:34:56 +00:00
parent 7921cf81df
commit 39c2b0c7fd
1 changed files with 6 additions and 6 deletions

View File

@ -29,12 +29,12 @@ Backend for movie-web
- [X] cleanup jobs
- [X] cleanup expired sessions
- [ ] ratelimits (stored in redis)
- [ ] provider metrics
- [ ] cleanup old metrics in DB
- [ ] endpoint to consume and store metrics
- [x] provider metrics
- [x] cleanup old metrics in DB
- [x] endpoint to consume and store metrics
- [ ] pass metrics to prometheus
## Second todo list
- [ ] think of privacy centric method of auth
- [ ] Register
- [ ] Login
- [X] think of privacy centric method of auth
- [X] Register
- [X] Login