thebart1 / cakephp-steam-auth
A steam auth class for CakePHP 3.x
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.0
- iignatov/lightopenid: ^1.0
This package is not auto-updated.
Last update: 2025-03-30 07:56:43 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 ]