techjoomla / com_api

API framework for Joomla
http://docs.techjoomla.com/joomla-rest-api/com-api-introduction
GNU General Public License v3.0
123 stars 97 forks source link

site keys views should be deprecated or corrected #29

Closed alexgarel closed 6 years ago

alexgarel commented 8 years ago

In site/controlers/keys.php the ApiControllerKeys::checkAccess method is totally wrong (checking ACL as if it was running for joomla 1.5).

Code should be either updated to use authorize, either de-activated for now.

thite-amol commented 6 years ago

This is addressed in the https://github.com/techjoomla/com_api/pull/79