Apache-AuthTicket

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        TRUE : 1, yes, on, true
        FALSE: 0, no, off, false
    added Apache::AuthTicket::Util and moved some internal into it
    added configuration parameter TicketCheckBrowser which enables checking of
        the client User-Agent string.
    added configuration parameter TicketCheckIP so client ip address checks can
        be disabled.
    added test cases to check that cookie fields secure, path, and domain work
    moved source management to github.com:
        http://github.com/mschout/apache-authticket/
    updated documentation for MP2
    addedd a real test suite using DBD::SQLite backing, Apache::Test and
        Test::More

Release 0.40
   o update to use new Apache::Filter API (you need at least 1.012 now)
   o Create Apache2::AuthTicket from copy of Apache::AuthTicket and ported to
     mod_perl 2.0 API.  This is the first release that supports mod_perl2
   o MP2 - use SQL::Abstract to generate queries

Release 0.31

README.apache-2.4.pod  view on Meta::CPAN

=head1 APACHE 2.4 PORTING NOTES

=head2 VERY IMPORTANT!!!

Apache 2.4 has a B<VERY> different authentication API from previous versions.
You will not be able to simply upgrade to Apache 2.4, and install an updated
L<Apache2::AuthTicket> module to migrate to 2.4.  You will also need to update
your configuration file because the way things are configured in Apache 2.4 is
different.  This has nothing to do with AuthTicket itself.  It is due to the
way Authentication and Authorization works inside apache.

This document attempts to help you understand what has changed and what changes
are required.

If you have subclassed L<Apache2::AuthTicket> then you will also need to port
the code in your subclass over to the new Apache API as well.



( run in 0.315 second using v1.01-cache-2.11-cpan-05444aca049 )