lekoala / silverstripe-auth0
Auth0 integration for any SilverStripe site
Package info
github.com/lekoala/silverstripe-auth0
Type:silverstripe-module
pkg:composer/lekoala/silverstripe-auth0
dev-master
2017-10-04 13:14 UTC
Requires
- php: >=5.6
- adoy/oauth2: ^1.3
- auth0/auth0-php: ^5.0
- silverstripe/framework: ~3.6
This package is auto-updated.
Last update: 2026-03-01 00:23:07 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