Download the PHP package aclavijo/cakeopenidconnect without Composer
On this page you can find all versions of the php package aclavijo/cakeopenidconnect. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aclavijo/cakeopenidconnect
More information about aclavijo/cakeopenidconnect
Files in aclavijo/cakeopenidconnect
Download aclavijo/cakeopenidconnect
More information about aclavijo/cakeopenidconnect
Files in aclavijo/cakeopenidconnect
Vendor aclavijo
Package cakeopenidconnect
Short Description Provide Google OpenId Connect feature for cake php 1.3
License MIT
Homepage https://github.com/AClavijo/cakeopenidconnect
Package cakeopenidconnect
Short Description Provide Google OpenId Connect feature for cake php 1.3
License MIT
Homepage https://github.com/AClavijo/cakeopenidconnect
Please rate this library. Is it a good library?
Informations about the package cakeopenidconnect
Plugin Google OpenId Connect for Cake 1.3 applications
This plugin provide Google OpenId Connect to a cake 1.3 Framework.
I try to make the installation easy. So please read the installation part :)
Dependancies
This project include one dependancie:
- "google/apiclient": "^2.0" 'Documentation'
- "symfony/yaml" : "3.1.*" 'Documentation'
- "aclavijo/cakephp-installer-plugin": "0.1.*" Custom composer installer
Installation
via composer
When you've done the installation, composer will place the plugin in 'app/plugins/openid'
Parameter.yml
you need to create a parameter.yml in app/plugins/openid/config from the parameter.yml.dist
Configuration
- client_id: client_id provide by google
- secret_id: client_id provide by google
- scopes: google openid scope ['openid', 'email', 'profile'] minimum ['openid', 'email']
- domains: array if you want to only authorize authentification by email address domains (all other will be rejected)
- log_path: specifie another log file path (Apache for example)
- cake_log: false to desactivate cake logging
- flash_ctp: name of the cake 1.3 flash template to display error loggin message
Deploy it on your project
User search fonction
- In app/models/uilisateur.php, add the following function
(optionnal) add the route to the router
- in the file app/config/router.php
Add a connection link
- In login.ctp:
To do
- Implement the log_path feature
All versions of cakeopenidconnect with dependencies
PHP Build Version
Package Version
Requires
google/apiclient Version
^2.0
symfony/yaml Version 3.1.*|2.8.*
aclavijo/cakephp-installer-plugin Version 0.1.*
symfony/yaml Version 3.1.*|2.8.*
aclavijo/cakephp-installer-plugin Version 0.1.*
The package aclavijo/cakeopenidconnect contains the following files
Loading the files please wait ....