com_api icon indicating copy to clipboard operation
com_api copied to clipboard

API framework for Joomla

Results 33 com_api issues
Sort by recently updated
recently updated
newest added

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 ?

![json_issue png](https://user-images.githubusercontent.com/65965316/88436201-ca0e1180-cdd1-11ea-986e-fc564fb2729f.jpg) 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...

Doc Changes Needed

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.

Feature