Changes for version 0.04 - 2005-09-22
- API Changes
- renamed 'encoders' to 'filters' - This should only affect driver writers and not end users
- New Stuff
- filters (formerly encoders) can now be chained (See docs)
- filters can take a param (See docs)
- added filters for uc, lc and trim
- added a simple sample application
- more docs (based on suggestions from Ron Savage)
Modules
Authentication framework for CGI::Application
Base module for building driver clasees for CGI::Application::Plugin::Authentication
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
Base module for building storage classes for the CGI::Application::Plugin::Authentication plugin
Cookie based Store
Session based Store