Changelog C::P::Authentication
[catagits/Catalyst-Plugin-Authentication.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::Authentication
2
3 0.04
4         - With User::Hash and Store::Minimal together session will store
5           userid, not actual user object
6
7 0.03    2005-12-03 18:00:00
8         - Added user_exists method.
9
10 0.02    2005-11-29 11:39:00
11                 - Fixed a typo (PLugin instead of Plugin) that caused user objects
12                   to not be restored from the session properly. Modified test suite
13                   to actually test for this case.
14
15 0.01    2005-11-27 02:30:00
16         - Initial release.