Translations

Translations:J4.x:Creating an Authentication Plugin for Joomla/24/en

From Joomla! Documentation

The class will have just two methods - the first getSubscribedEvents() which tells Joomla what events our plugin is listening for (just the onUserAuthenticate event for an Authentication Plugin) and the second authenticate() method which actually does the authentication. Both methods are actually very simple, as will be demonstrated.