Changes for version 0.17_5
- Fixed ActionDispatch test TABLES parameter was not made mandatory in DBI driver.
Changes for version 0.17_4
- Fixed dependency on Test::More - must be at least version 0.90. Added more tests documentation. 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.
Changes for version 0.17_3 - 2010-02-13
- Bug Fixes Adding tests around the HTML generated by the login_box function and verifying that it is taint free. Upped requiredment on CGI to 3.11 as that seems to cause unusual behaviour in returning self referring urls. Further upped requirement on CGI to 3.16 as 3.15 has a buggy 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