2017 © Pedro Peláez
 

silverstripe-module silverstripe-auth0

Auth0 integration for any SilverStripe site

image

lekoala/silverstripe-auth0

Auth0 integration for any SilverStripe site

  • Wednesday, October 4, 2017
  • by lekoala
  • Repository
  • 1 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 20 % Grown

The README.md

SilverStripe Auth0 module

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)

Configuration using Constants

Define the following constants in your _ss_environment.php:, (*3)

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

Configuration using SiteConfig

Apply the following extension:, (*4)

SiteConfig:
  extensions:
    - Auth0SiteConfigExtension

Compatibility

Tested with 3.5+, (*5)

Maintainer

LeKoala - thomas@lekoala.be, (*6)

The Versions

04/10 2017

dev-master

9999999-dev

Auth0 integration for any SilverStripe site

  Sources   Download

MIT

The Requires

 

by Avatar lekoala

module silverstripe auth0