Download the PHP package ukatama/cakephp3_opauthlogin without Composer
On this page you can find all versions of the php package ukatama/cakephp3_opauthlogin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ukatama/cakephp3_opauthlogin
More information about ukatama/cakephp3_opauthlogin
Files in ukatama/cakephp3_opauthlogin
Download ukatama/cakephp3_opauthlogin
More information about ukatama/cakephp3_opauthlogin
Files in ukatama/cakephp3_opauthlogin
Vendor ukatama
Package cakephp3_opauthlogin
Short Description Authentication plugin by Opauth for CakePHP 3.0.
License MIT
Homepage https://github.com/ukatama/cakephp3_opauthlogin
Package cakephp3_opauthlogin
Short Description Authentication plugin by Opauth for CakePHP 3.0.
License MIT
Homepage https://github.com/ukatama/cakephp3_opauthlogin
Please rate this library. Is it a good library?
Informations about the package cakephp3_opauthlogin
Autentication with Opauth plugin for CakePHP 3.0
Requirements
- CakePHP 3.0.0 or greater.
- Opauth 0.4.3 or greater.
- Opauth Strategies.
Installation
- Install cakephp3_opauthlogin, Opauth and Opauth Strategies with composer.
Example:
- Load the plugin
Usage
-
Install the plugin.
-
Set up config/app.php.
- Create user table
"auth_provider" and "auth_uid" is required. (ToDo: Field names to be configuratable)
-
Set up authentication compoonent and OpauthLogin helper.
- Options
-
'fields' (default: [ 'auth_provider' => 'auth_provider', 'auth_uid' => 'auth_uid' ])
Database table field's names.
-
'registrationUrl' (default: null)
Registration page's url redirected when authoriged user is not found. Set null to disable ridirecting.
-
Create login page.
- You can use as same as default auth component.
All versions of cakephp3_opauthlogin with dependencies
PHP Build Version
Package Version
No informations.
The package ukatama/cakephp3_opauthlogin contains the following files
Loading the files please wait ....