plato-creative / plato-external-login
Provides external login check for the default admin.
Package info
github.com/PlatoCreative/plato-external-login
Type:silverstripe-vendormodule
pkg:composer/plato-creative/plato-external-login
V4.0.2
2020-11-09 00:40 UTC
Requires
- silverstripe/framework: ^4.0
README
Provides external login check for the default admin.
Requirements
- silverstripe/framework ^4.0
Installation
Using Composer, insert the following into your command line.
composer require plato-creative/plato-external-login
In the .ENV file add the following:
SS_DEFAULT_ADMIN_USERNAME=myadminemail@email.com
SS_DEFAULT_ADMIN_EXTERNAL_URL=https://myexternalsitesauthenticator.com/api/auth/login
Run dev/build to complete the installation process.