Personal Movie Database Backend
- Impl two token auth system
- Currently leverages Google oauth with a single access_token based system
- Need to revert back to the two token system (access and refresh)
- Add user selections to Database
- Tracking (want, seen, and like/dislike) // how to differentiate?
- Smart selections based on previously liked titles
- Filter out previously seen titles
- Look at time based looking at a specific title and use that to filter if it is seen again (how?)
- Store user lists and such ...