Bump version and update Changes
[plack-middleware-auth-complex.git] / Changes
CommitLineData
12aa0bc6
MG
1Revision history for Perl extension Plack::Middleware::Auth::Complex.
2
efd95ac2
MG
30.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
de80d316
MG
90.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
da36743f
MG
130.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
51912257
MG
170.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
12aa0bc6
MG
270.000_001 2015-03-01T01:20+02:00
28 - Initial release
This page took 0.010566 seconds and 4 git commands to generate.