X-Git-Url: http://git.ieval.ro/?p=plack-middleware-auth-complex.git;a=blobdiff_plain;f=README;h=c0c2fbb6afa416446a21de70266bb21e5c4d3b06;hp=338c74fc0a1b9560648ceee79e8bdd1b82658883;hb=51912257b1a84ebc1a55dd80cd9e27ea4c42dd35;hpb=6af8d6cc7eb8ea2cc113199f54fcfbc02b53c35b diff --git a/README b/README index 338c74f..c0c2fbb 100644 --- a/README +++ b/README @@ -1,13 +1,12 @@ -Plack-Middleware-Auth-Complex version 0.000_001 -=============================================== +Plack-Middleware-Auth-Complex version 0.001 +=========================================== AuthComplex is an authentication system for Plack applications that allows user registration, password changing and password reset. AuthComplex sets REMOTE_USER if the request includes correct basic authentication and intercepts POST requests to some configurable URLs. -It also sets C<$env->{authcomplex}> to itself before passing the -request. +It also sets $env->{authcomplex} to itself before passing the request. INSTALLATION @@ -27,6 +26,7 @@ This module requires these other modules and libraries: * DBI + DBD::SQLite * Email::Simple * Plack +* Tie::Hash::Expire COPYRIGHT AND LICENCE