dev-master
9999999-devAuth0 integration for any SilverStripe site
MIT
The Requires
by lekoala
module silverstripe auth0
Auth0 integration for any SilverStripe site
Integrates Auth0 into your login form. Currently, it only supports social connections. Login is done through a popup., (*1)
Database/passwordless authentication is not supported as of now., (*2)
Define the following constants in your _ss_environment.php:, (*3)
define('AUTH0_DOMAIN',''); define('AUTH0_CLIENT_ID',''); define('AUTH0_CLIENT_SECRET',''); define('AUTH0_DOMAIN','');
Apply the following extension:, (*4)
SiteConfig: extensions: - Auth0SiteConfigExtension
Tested with 3.5+, (*5)
LeKoala - thomas@lekoala.be, (*6)
Auth0 integration for any SilverStripe site
MIT
module silverstripe auth0