com_api
com_api copied to clipboard
API framework for Joomla
Please, could you let us know, if there are plans to support Joomla 4 with com_api as well?
Added support of two-factor authentication by adding the secret key to pass it to $authenticate->authenticate. It works! :smirk:
Hello Guys, there is a way to have the `PUT` method working? I have added `public function put()` into the resource file as a function but this is not working...
Hello! In my sites I use the Secret Key, normally via Google Authenticator, to add an extra level of security. From all my tests and what I have tried so...
Not sending a/the Bearer Authorization token on Post request does not seem to block the request. Is this a bug or a feature?
I've installed the com_api component in my Joomla website and created a plugin to expose a public GET-endpoint. I'm using the default settings which sets a rate limit of 60...
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...