Changes for version 0.18
- Completed test coverage for Driver and below TABLES parameter was not made mandatory in DBI driver. Fixed dependency on Test::More - must be at least version 0.90. Fixed handling of custom filters - now they must have a $param and a $value. Incorporated Christian Walde's suggested changes for compatibility with CGI::Application::Plugin::ActionDispatch. Adding tests around the HTML generated by the login_box function and verifying that it is taint free. Upped requiredment on CGI to 3.16 as that seems to cause unusual behaviour in returning self referring urls and further upped requirement on CGI to 3.16 as 3.15 has an unusual interpretation of redirection headers. Fixed regular expressions in destination test to respect HTTP header CRLF conventions.
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