PHP code example of riskio / auth0-module
1. Go to this page and download the library: Download riskio/auth0-module library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
riskio / auth0-module example snippets
return [
'auth0' => [
'account' => null,
'token' => null,
'client_id' => null,
'client_secret' => null,
'redirect_uri' => null,
],
];