Revision history for Perl extension Plack::Middleware::Auth::Complex.
+0.001001 2015-03-08T16:54+02:00
+ - Call init at first request to allow non-delayed loading (e.g. starman --preload-app).
+ - Make "Invalid username" error message customizable
+
0.001 2015-03-01T14:30+02:00
- First stable release
- Add authentication cache
-Plack-Middleware-Auth-Complex version 0.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.
use strict;
use warnings;
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
use parent qw/Plack::Middleware/;
use re '/s';