Actions
Feature proposal #8967
closedImplement support for authentication
Description
The idea is to have support for API Keys and at least basic header authentication. This would allow CB Auto Actions to be more easily used as an API endpoint.
Updated by krileon about 1 month ago ยท Edited
- Target version changed from 10.0.0 to 9.3.0
Maybe a good option is to add a User option for API Token that converts a Joomla API Token verifies it, turns it into that users object, and then runs the auto action. Maybe isn't necessary to have a specific option for this. Just handle it in the controller when a Joomla API Token exists in the header.
Updated by krileon about 1 month ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Joomla API Tokens can now be used to authenticate direct access auto actions.
Actions