Changes between Initial Version and Version 1 of GuardPlugin


Ignore:
Timestamp:
2010-08-19T16:42:04Z (14 years ago)
Author:
Pan Luo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GuardPlugin

    v1 v1  
     1[[PageOutline]]
     2
     3== Overview ==
     4
     5The GuardPlugin is a CakePHP plugin to provide flexible authentication framework. With this plugin, developers are able to write their own authentication module easily and fast. The plugin also provides some build-in authentication module, such as Shibboleth and default (original). This plugin is build based on CakePHP 1.3 [http://api13.cakephp.org/class/auth-component AuthComponent] and it provides full back compatibly. If the application is developed on [http://api13.cakephp.org/class/auth-component AuthComponent], no change is required for the existing code.
     6
     7== Download ==
     8
     9== Install ==
     10
     11== Configuration ==
     12
     13== Using Existing Authentication Modules ==
     14
     15=== Default Module ===
     16
     17=== Shibboleth Module ===
     18
     19== Develop New Authentication Module ==