plato-creative / plato-external-login
Provides external login check for the default admin.
Installs: 1 403
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:silverstripe-vendormodule
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.