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

Issue #80 Fix: Tokens should not be accepted via request variables #119

Open niteshkesarkar opened 4 years ago

niteshkesarkar commented 4 years ago
  1. Wherever key is needed then that key is retried from the request header instead of the input object.
  2. Please check implementation is correct.
  3. Once confirmed will remove the commented code.