thebart1/cakephp-steam-auth
Composer 安装命令:
composer require thebart1/cakephp-steam-auth
包简介
A steam auth class for CakePHP 3.x
README 文档
README
Steam Authorization for CakePhp
Instruction:
Add following lines to initialize() mehtod in AppController.
$this->Auth->config('authenticate', [ 'Steam', // app authentication object. ]);
Also add following lines to config/app.php
'Steam' => [ 'redirectUrl' => '' //example: http://localhost:8765 ]
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-06-26