More croaks
[plack-middleware-auth-complex.git] / README
CommitLineData
12aa0bc6
MG
1Plack-Middleware-Auth-Complex version 0.000_001
2===============================================
3
4AuthComplex is an authentication system for Plack applications that
5allows user registration, password changing and password reset.
6
7AuthComplex sets REMOTE_USER if the request includes correct basic
8authentication and intercepts POST requests to some configurable URLs.
9It also sets C<$env->{authcomplex}> to itself before passing the
10request.
11
12INSTALLATION
13
14To install this module type the following:
15
16 perl Makefile.PL
17 make
18 make test
19 make install
20
21DEPENDENCIES
22
23This module requires these other modules and libraries:
24
25* Authen::Passphrase
26* Bytes::Random::Secure
27* DBI + DBD::SQLite
28* Email::Simple
29* Plack
30
31COPYRIGHT AND LICENCE
32
33Copyright (C) 2015 by Marius Gavrilescu
34
35This library is free software; you can redistribute it and/or modify
36it under the same terms as Perl itself, either Perl version 5.20.1 or,
37at your option, any later version of Perl 5 you may have available.
38
39
This page took 0.011992 seconds and 4 git commands to generate.