My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

AuthenticatedController is a collection of PHP code for CodeIgniter.

The goals of AuthenticatedController are to:

  • Make any Controller require authentication by subclassing AuthenticatedController
  • Authorization defined as fine as controller & method
  • Authenticators for different data sources (LDAP, MySQL, PHP array, etc)
  • Control access to non-php assets by using the AssetController

I use variations of this code for several production applications.

My goal is to clean up, genericize, and package the code and share it with the CodeIgniter community.

Powered by Google Project Hosting