Release v1.0.0-3 - Fixes
Pre-release
Pre-release
·
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 inApiController.php - Removed
isAdmin()redundant check - Fixed composer.json file placement and published the correct vendor/ directory
- Updated
axiosto 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.