Changes for version 0.17 - 2010-01-21
- Bug Fixes rt53533 - During initialization deferred checking the users credentials to the last possible moment. This ensures that sessions are not created unless actually required. Also attempted to document which functions add session/cookie state.
- Build Fixes rt35030 - Upped the requirement on Apache::Htpasswd to 1.8 as this simplifies our dependency management.
Modules
Authentication framework for CGI::Application
Base module for building driver classes for CGI::Application::Plugin::Authentication
Authen::Simple Authentication driver
DBI Authentication driver
Dummy Authentication driver which lets anyone authenticate regardless of the password they provide
Lowercase Filter
SHA1 Password filter
Filter that strips whitespace from the beginning and end of the string
Uppercase Filter
Generic Authentication driver
HTPasswd Authentication driver
Base module for building storage classes for the CGI::Application::Plugin::Authentication plugin
Cookie based Store
Session based Store