frdlweb/webfan_webfat_elgg_bridge
最新稳定版本:v0.0.1
Composer 安装命令:
composer require frdlweb/webfan_webfat_elgg_bridge
包简介
Webfan Webfat for elgg Bridge with Hybrid-/Multi- OAuth + CDN with CDN Proxy-Race + frdl.js bridge
README 文档
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' ];
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2023-08-28