Releases: MateoGuerreroE/QB-BackEnd
Releases · MateoGuerreroE/QB-BackEnd
1.1.0
Implementation of an external endpoint for movie fetching, and a total bearer token protection of all CRUD operations for users.
- Now CRUD Operations on users controller are protected with a JWT token. This will validate that user is valid before accessing the route
- Through
/utils/movieswith aGETmethod and some optional query params, you can now get a full movie list, paged and with the option of including more pages in a same result. - Fixed minor issues on Readme + minor bugs and unnecessary debug logs on console
What's Changed
- [General] Update Readme.md by @MateoGuerreroE in #8
- [RELEASE] Merge 1.1.0 Version by @MateoGuerreroE in #11
Full Changelog: 1.0.0...1.1.0
1.0.0
First version to be used in front end integration.
- Login and register paths fully working
- CRUD for users working (Mind there's no route for create an user, as that's only handled through auth/register)
- Fully handled route for fetching through TMDB API
- All responses typed
- Custom Errors working. Still missing some use-cases where error code is not being sent correctly through workflow.
Key misses:
- Bearer authentication for user routes. Planned for 1.1.0
What's Changed
- [Utils] Implement Utils Module I by @MateoGuerreroE in #2
- [RELEASE] Merge 1.0.0 Version by @MateoGuerreroE in #7
Full Changelog: https://github.com/MateoGuerreroE/QB-BackEnd/commits/1.0.0