frdlweb / webfan_webfat_elgg_bridge
Webfan Webfat for elgg Bridge with Hybrid-/Multi- OAuth + CDN with CDN Proxy-Race + frdl.js bridge
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:elgg-plugin
Requires
- php: >=7.1
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2024-11-21 20:39:48 UTC
README
- Bridge to Webfat Framework, IO4 and Frdlweb
- Autoloads and Autoinstalls classes from servers (cdn, api, ...)
- Look into autoloader.php and the CDN for Webfan\ElggPatch... for source codes...
- CDN to mix assets with frdl.js CDN
- Installs class \Webfan\ElggPatch\Controller\CDN::class
- Multi Oauth Providers Login
- Installs class \Webfan\ElggPatch\Controller\Connect::class
- To add an OAuth provider save the settings into a file {plugin-dir}/.config/{providers}.php Example: Add the provider "webfan" in mod/webfan_webfat_elgg_bridge/.config/webfan.php
<?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' ];