thebart1/cakephp-steam-auth

为 CakePHP 3.x 提供的 Steam 验证类

安装: 3

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:cakephp-plugin

v1.0.1 2018-06-26 11:12 UTC

This package is not auto-updated.

Last update: 2024-09-29 05:42:04 UTC


README

CakePhp 的 Steam 授权

说明

将以下行添加到 AppController 的 initialize() 方法中。

$this->Auth->config('authenticate', [
    'Steam', // app authentication object.
]);

同时,将以下行添加到 config/app.php 中。

'Steam' => [
    'redirectUrl' => '' //example: https://:8765
]