ti-ext-api icon indicating copy to clipboard operation
ti-ext-api copied to clipboard

Add events to allow further external extensibility

Open rma12 opened this issue 2 years ago • 0 comments

Extension.php - Registration of Navigation, Permissions and ApiResource configs have been changed to variables to allow events, during boot exicution, to be able manipulate them.

Manager.php - Overwrite events have been added to the authenticate and checkGroup functions allowing custom methods to replace their logic via event listeners.

token.php - The original config file has been edited to allow extensibility of the columns value via an event listener.

rma12 avatar Oct 15 '23 17:10 rma12