The Joomla! authentication extension allows to login to Joomla using external servers
- CAS 3.0
# install dependencies
composer install
# check coding style
composer run lint
# static code analysis
composer run phpstan
# bundle the Joomla! extension. The `pkg_externallogin.zip` can be found in the `dist/` directory
./bundle.shsee joomla setup document for details
Navigate to System->Install->Extensions in Joomla! backend and upload the package file pkg_externallogin.zip to install
You can get notified once a new version is released and update this extension through Joomla! admin UI
- Christophe Demko continue the Authentication Manager project, originally developed for Joomla! 1.5, and make it compatible with Joomla! 3.x
- Charley Wu continue the External Login extension and make it compatible with PHP 8.1 and Joomla! 4.x