Skip to content

Releases: MateoGuerreroE/QB-BackEnd

1.1.0

08 Sep 18:11
3d13e91

Choose a tag to compare

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/movies with a GET method 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

Full Changelog: 1.0.0...1.1.0

1.0.0

08 Sep 00:28
eb4c689

Choose a tag to compare

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

Full Changelog: https://github.com/MateoGuerreroE/QB-BackEnd/commits/1.0.0