Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@matheusmisumoto matheusmisumoto released this 10 Sep 02:29
  • Add Swagger documentation
  • Refactor error handling in the authentication endpoints
  • Bump Spring Boot version to 3.3.3
  • Add and edit user endpoints will not return any JSON content in case of successful requests
  • Refactor register user endpoint to prevent user role definition
  • Add a DTO to return only essential user data on list users endpoint
  • Enable edit user profile endpoint to receive role definition as part of JSON request
  • Only administrators can modify user role on edit user profile endpoint