Skip to content

1.1.0

Latest

Choose a tag to compare

@MateoGuerreroE MateoGuerreroE released this 08 Sep 18:11
· 8 commits to main since this release
3d13e91

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