mirror of
https://github.com/movie-web/backend.git
synced 2025-09-13 10:53:25 +00:00
session management
This commit is contained in:
28
README.md
28
README.md
@@ -2,10 +2,24 @@
|
||||
Backend for movie-web
|
||||
|
||||
## Todo list
|
||||
- [ ] endpoint to consume provider metrics
|
||||
- [ ] register endpoint
|
||||
- [ ] remove user endpoint
|
||||
- [ ] ratelimits for all endpoints
|
||||
- [ ] metrics for all http requests
|
||||
- [ ] session CRUD endpoints
|
||||
- [ ] data save endpoints
|
||||
- [ ] standard endpoints:
|
||||
- [ ] make account (PFP, account name)
|
||||
- [ ] login
|
||||
- [X] logout a session
|
||||
- [ ] read all sessions from logged in user
|
||||
- [ ] edit current session device name
|
||||
- [ ] edit account name and PFP
|
||||
- [ ] delete logged in user
|
||||
- [ ] backend meta (name and description)
|
||||
- [ ] upsert settings
|
||||
- [ ] upsert watched items
|
||||
- [ ] upsert bookmarks
|
||||
- [ ] consume provider metrics
|
||||
- [ ] prometheus metrics
|
||||
- [ ] requests
|
||||
- [ ] user count
|
||||
- [ ] provider metrics
|
||||
- [ ] ratelimits (stored in redis)
|
||||
- [ ] switch to pnpm
|
||||
- [ ] think of privacy centric method of auth
|
||||
- [ ] global namespacing (accounts are stored on a namespace)
|
||||
|
Reference in New Issue
Block a user