Revision history for Perl extension Plack::Middleware::Auth::Complex.
+0.003 2017-07-15T16:55+01:00
+ - Use Data::Entropy instead of Bytes::Random::Secure (since
+ Authen::Passphrase already uses Data::Entropy)
+ - Add support for the scrypt password hashing algorithm using
+ Authen::Passphrase::Scrypt
+
0.002 2017-03-25T21:13+03:00
- Prevent blocking (use /dev/urandom instead of /dev/random)
- Add a script to change user password (/usr/bin/passwd lookalike)
-Plack-Middleware-Auth-Complex version 0.002
+Plack-Middleware-Auth-Complex version 0.003
===========================================
AuthComplex is an authentication system for Plack applications that
* 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,