com_api
com_api copied to clipboard
API framework for Joomla
I have implemented the example of the mobile app with the user plugin as the documentation says. I authenticate correctly, I do a subsequent connection using the auth token to...
Hi, My goal is to connect the GatsbyJS hello-world site with Joomla welcome site to fetch the data from Joomla and display them in GatsbyJS site. 1. I installed GatsbyJS...
Where I can set up API rate limitation ?
 According to the code in the attached file components/com_api/libraries/plugin.php com_api should support JSON input, but this is not the case ``` $app->input->server->get('CONTENT_TYPE') ``` returns `applicationjson` instead of `application/json`...
Currently it is possible to send tokens via GET or POST. This means that token values will get logged in logs etc, and generally its a bad practice to send...
First of all thanks for this nice contribution in Joomla ecosystem. May be it's too basic question, But I am wondering for subsequent API calls how I will pass jwt...
Needs some thought around what are the minimum claims that need to be supported. Also need to support the `exp` claim to prevent replay attacks.