plato-creative/plato-external-login

Provides external login check for the default admin.

Installs: 1 399

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:silverstripe-vendormodule

V4.0.2 2020-11-09 00:40 UTC

This package is auto-updated.

Last update: 2024-03-09 08:44:59 UTC


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.