thebart1 / cakephp-steam-auth
A steam auth class for CakePHP 3.x
Package info
github.com/bartekbujak/cake-steam-auth
Type:cakephp-plugin
pkg:composer/thebart1/cakephp-steam-auth
v1.0.1
2018-06-26 11:12 UTC
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.0
- iignatov/lightopenid: ^1.0
This package is not auto-updated.
Last update: 2026-03-01 12:45:00 UTC
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 ]