2017 © Pedro Peláez
 

cakephp-plugin cake-simple-http-auth

Cakephp Simple Http Auth

image

webuilder240/cake-simple-http-auth

Cakephp Simple Http Auth

  • Monday, March 16, 2015
  • by oh240
  • Repository
  • 1 Watchers
  • 1 Stars
  • 50 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

cake-simple-http-auth

SimpleHttpAuthenticationPlugin for CakePHP, (*1)

This plugin is only Basic Authentication now, (*2)

How to Install

``` json { "require": { "webuilder240/cake-simple-http-auth": "0.0.1" } }, (*3)



### How to Use Set Setting in bootstrap.php app/Config/bootstrap.php ``` php <?php CakePlugin::load('SimpleHttpAuth'); Configure::write('SimpleHttpAuth.Config',[ 'stg' => [ 'user' => 'test', 'password' => 'test', ], ]);

your AppController.php, (*4)

app/Controller/AppController.php, (*5)

``` php, (*6)

<?php, (*7)

App::uses('Controller','Controller');

class AppController extends Controller 
{
    public $components = [
        'SimpleHttpAuth.Basic',
    ];

```, (*8)

About this plugin

see the http://webuilder240.github.io/2015/03/cake-simple-http-auth/, (*9)

The Versions

16/03 2015

dev-master

9999999-dev https://github.com/webuilder240/cake-simple-http-auth

Cakephp Simple Http Auth

  Sources   Download

MIT

The Requires

 

cakephp auth http simple

16/03 2015

0.0.2

0.0.2.0 https://github.com/webuilder240/cake-simple-http-auth

Cakephp Simple Http Auth

  Sources   Download

MIT

The Requires

 

cakephp auth http simple

15/03 2015

0.0.1

0.0.1.0 https://github.com/webuilder240/cake-simple-http-auth

Cakephp Simple Http Auth

  Sources   Download

MIT

The Requires

 

cakephp auth http simple