Skip to content

Release v1.0.0-3 - Fixes

Pre-release
Pre-release

Choose a tag to compare

@darius-luca-tech darius-luca-tech released this 25 Sep 09:19
· 18 commits to main since this release

Based on the recommendations from the Plesk Extension Certification team, this release provides the following fixes:

Improvements:

  • Switched to using the init() method instead of the default constructor in ApiController.php
  • Removed isAdmin() redundant check
  • Fixed composer.json file placement and published the correct vendor/ directory
  • Updated axios to 1.12.2

Bug Fixes:

  • Newly created tokens used in a GET request on auth/account/ received 403(expected behaviour), but instead of the response being passed back to the validateToken(), and treated according to the 401/403 cases, the response was being picked up as an error, and the entire token validation process would halt.