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

Statistics

Installs: 1 408

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 5f1573fce6948b0498b977e342413ba82912f33a

  • Plato Creative <web.woop@platocreative.co.nz>

This package is auto-updated.

Last update: 2026-06-09 13:38:35 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.