Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lekoala/silverstripe-auth0
https://github.com/lekoala/silverstripe-auth0
auth0 silverstripe
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lekoala/silverstripe-auth0
- Owner: lekoala
- License: mit
- Created: 2017-02-27T09:08:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-04T13:14:25.000Z (over 7 years ago)
- Last Synced: 2024-11-13T00:43:29.337Z (3 months ago)
- Topics: auth0, silverstripe
- Language: PHP
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SilverStripe Auth0 module
==================Integrates [Auth0](https://auth0.com/) 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:
- Auth0SiteConfigExtensionCompatibility
==================
Tested with 3.5+Maintainer
==================
LeKoala - [email protected]