Skip to content

MikeColeGuru/active-directory-authenticate-mock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mock Active Directory Authentication for CakePHP 3

Extends CakePHP's built-in authentication types to offer form mock Active Directory authentication

Installing With Composer

Install Active Directory Authentication by adding the following to your composer.json file:

"require-dev": {
    "dragonsguild/active-directory-authenticate-mock": "master"
}

Run composer's update command to download the plugin.

Loading Into A CakePHP Application

After installing with Composer, load the plugin:

// add to config/bootstrap.php
Plugin::load('ActiveDirectoryAuthenticateMock');

About

CakePHP plugin for Mock Active Directory authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%