Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.6 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.6 KB

External Login extension for Joomla!

Build Status

The Joomla! authentication extension allows to login to Joomla using external servers

Supported authenticaion standards

Requirements

Getting Started

# install dependencies
composer install

# check coding style
composer run lint

# static code analysis
composer run phpstan

# build the Joomla! extension. The `pkg_externallogin.zip` can be found in the `dist/` directory
./build.sh

Installation

see here 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

History of this extension