Skip to content

M2i3/silverstripe-auth0-tlg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SilverStripe Auth0 module

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PHP 100.0%