X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=README;h=be328add2f15132d93c8fc998fd368266a7f5c7e;hb=efd95ac23da5a640f92b86c77ff0e933998d2bbc;hp=338c74fc0a1b9560648ceee79e8bdd1b82658883;hpb=12aa0bc64ec5cbecd0cce89d1144deb0c66bbd61;p=plack-middleware-auth-complex.git diff --git a/README b/README index 338c74f..be328ad 100644 --- a/README +++ b/README @@ -1,13 +1,12 @@ -Plack-Middleware-Auth-Complex version 0.000_001 -=============================================== +Plack-Middleware-Auth-Complex version 0.003 +=========================================== 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 @@ -26,11 +25,17 @@ This module requires these other modules and libraries: * Bytes::Random::Secure * DBI + DBD::SQLite * Email::Simple +* IO::Prompter * Plack +* Tie::Hash::Expire + +It also recommends (but does not require) these modules: + +* Authen::Passphrase::Scrypt COPYRIGHT AND LICENCE -Copyright (C) 2015 by Marius Gavrilescu +Copyright (C) 2015-2017 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.20.1 or,