Bump version and update Changes
[plack-middleware-auth-complex.git] / README
CommitLineData
9e0352f7
MG
1Plack-Middleware-Auth-Complex version 0.003001
2==============================================
12aa0bc6
MG
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.
51912257 9It also sets $env->{authcomplex} to itself before passing the request.
12aa0bc6
MG
10
11INSTALLATION
12
13To install this module type the following:
14
15 perl Makefile.PL
16 make
17 make test
18 make install
19
20DEPENDENCIES
21
22This module requires these other modules and libraries:
23
24* Authen::Passphrase
25* Bytes::Random::Secure
26* DBI + DBD::SQLite
27* Email::Simple
cc5b1b68 28* IO::Prompter
12aa0bc6 29* Plack
51912257 30* Tie::Hash::Expire
12aa0bc6 31
efd95ac2
MG
32It also recommends (but does not require) these modules:
33
34* Authen::Passphrase::Scrypt
35
12aa0bc6
MG
36COPYRIGHT AND LICENCE
37
efd95ac2 38Copyright (C) 2015-2017 by Marius Gavrilescu
12aa0bc6
MG
39
40This library is free software; you can redistribute it and/or modify
41it under the same terms as Perl itself, either Perl version 5.20.1 or,
42at your option, any later version of Perl 5 you may have available.
43
44
This page took 0.011815 seconds and 4 git commands to generate.