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