1 Plack-Middleware-Auth-Complex version 0.003001
2 ==============================================
4 AuthComplex is an authentication system for Plack applications that
5 allows user registration, password changing and password reset.
7 AuthComplex sets REMOTE_USER if the request includes correct basic
8 authentication and intercepts POST requests to some configurable URLs.
9 It also sets $env->{authcomplex} to itself before passing the request.
13 To install this module type the following:
22 This module requires these other modules and libraries:
25 * Bytes::Random::Secure
32 It also recommends (but does not require) these modules:
34 * Authen::Passphrase::Scrypt
38 Copyright (C) 2015-2017 by Marius Gavrilescu
40 This library is free software; you can redistribute it and/or modify
41 it under the same terms as Perl itself, either Perl version 5.20.1 or,
42 at your option, any later version of Perl 5 you may have available.