lekoala/silverstripe-auth0

Auth0 integration for any SilverStripe site

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 2

Open Issues: 1

Type:silverstripe-module

dev-master 2017-10-04 13:14 UTC

This package is auto-updated.

Last update: 2024-03-29 03:27:51 UTC


README

Integrates Auth0 into your login form. Currently, it only supports social connections. Login is done through a popup.

Database/passwordless authentication is not supported as of now.

Configuration using Constants

Define the following constants in your _ss_environment.php:

define('AUTH0_DOMAIN','');
define('AUTH0_CLIENT_ID','');
define('AUTH0_CLIENT_SECRET','');
define('AUTH0_DOMAIN','');

Configuration using SiteConfig

Apply the following extension:

SiteConfig:
  extensions:
    - Auth0SiteConfigExtension

Compatibility

Tested with 3.5+

Maintainer

LeKoala - thomas@lekoala.be