PHP code example of credit-union-2-0-llc / laravel-azure-ad-oauth

1. Go to this page and download the library: Download credit-union-2-0-llc/laravel-azure-ad-oauth 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/ */

    

credit-union-2-0-llc / laravel-azure-ad-oauth example snippets


php artisan vendor publish

\Metrogistics\AzureSocialite\UserFactory::userCallback(function($new_user){
	$new_user->api_token = str_random(60);
});