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