]> iEval git - plack-middleware-auth-complex.git/blobdiff - README
Prevent blocking when making reset key
[plack-middleware-auth-complex.git] / README
diff --git a/README b/README
index 338c74fc0a1b9560648ceee79e8bdd1b82658883..e3956a6f0e06a31b2e1721638c477b35a1a7627c 100644 (file)
--- a/README
+++ b/README
@@ -1,13 +1,12 @@
-Plack-Middleware-Auth-Complex version 0.000_001
-===============================================
+Plack-Middleware-Auth-Complex version 0.001001
+==============================================
 
 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.
 
 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
 
 
 INSTALLATION
 
@@ -27,6 +26,7 @@ This module requires these other modules and libraries:
 * DBI + DBD::SQLite
 * Email::Simple
 * Plack
 * DBI + DBD::SQLite
 * Email::Simple
 * Plack
+* Tie::Hash::Expire
 
 COPYRIGHT AND LICENCE
 
 
 COPYRIGHT AND LICENCE
 
This page took 0.016379 seconds and 4 git commands to generate.