This is the RESTful API backend for captionthis. Currently a massive WIP.
- Embed JWT in HttpOnly cookie instead of localStorage
- Finish tests
- Implement argon2 over bcrypt
- Implement refresh tokens
- Implement caching
- Implement custom errors
- Implement searching, sorting and filtering
- Implement proper versioning (subrouters, etc)
- Documentation