Bump version and update Changes
[plack-middleware-auth-complex.git] / Changes
1 Revision history for Perl extension Plack::Middleware::Auth::Complex.
2
3 0.003 2017-07-15T16:55+01:00
4 - Use Data::Entropy instead of Bytes::Random::Secure (since
5 Authen::Passphrase already uses Data::Entropy)
6 - Add support for the scrypt password hashing algorithm using
7 Authen::Passphrase::Scrypt
8
9 0.002 2017-03-25T21:13+03:00
10 - Prevent blocking (use /dev/urandom instead of /dev/random)
11 - Add a script to change user password (/usr/bin/passwd lookalike)
12
13 0.001001 2015-03-08T16:54+02:00
14 - Call init at first request to allow non-delayed loading (e.g. starman --preload-app).
15 - Make "Invalid username" error message customizable
16
17 0.001 2015-03-01T14:30+02:00
18 - First stable release
19 - Add authentication cache
20 - Change the default values of some options
21 - Split user creation logic from call_register to a new method
22 - Fix a POD bug
23 - Fix reset email subject
24 - Improve test coverage
25 - Add perlcritic tests and make code compliant
26
27 0.000_001 2015-03-01T01:20+02:00
28 - Initial release
This page took 0.018871 seconds and 4 git commands to generate.