frdlweb/webfan_webfat_elgg_bridge

Webfan Webfat for elgg Bridge with Hybrid-/Multi- OAuth + CDN with CDN Proxy-Race + frdl.js bridge

v0.0.1 2023-08-28 02:33 UTC

This package is auto-updated.

Last update: 2024-04-21 19:07:57 UTC


README

<?php

 return [
                'clientId'                => '...',  
                'clientSecret'            => '...',      
			    'redirectUri'             => 'https://example.com/auth/login/webfan/connect/', 
			    'urlAuthorize'            => 'https://webfan.de/apps/oauth2/authorize',   
			    'urlAccessToken'          => 'https://webfan.de/apps/oauth2/api/v1/token',    
			    'urlResourceOwnerDetails' => 'https://webfan.de/ocs/v2.php/cloud/user?format=json'	
		    ];