Importing mail/ruby-actionmailer3 3.0.0.
[pkgsrc.git] / www / p5-Apache-AuthCookieDBI / DESCR
1 Apache::AuthCookieDBI is a module that subclasses Apache::AuthCookie and is
2 designed to be directly used for authentication in a mod_perl server.
3
4 It is a ticket-issuing system that looks up username/passwords in a DBI
5 database using generic SQL and issues MD5-checksummed tickets valid for
6 a configurable time period.  Incoming requests with tickets are
7 checksummed and expire-time checked.