Authentication: modify get_user to pass on extra args to the store
[catagits/Catalyst-Plugin-Authentication.git] / Changes
CommitLineData
2bcde605 1Revision history for Perl extension Catalyst::Plugin::Authentication
2
a5961476 30.05 2005-01-01 13:58:00
4 - Add debugging to Credential::Password
5 - Important doc fixes
6
b30a889b 70.04
8 - With User::Hash and Store::Minimal together session will store
9 userid, not actual user object
10
2bcde605 110.03 2005-12-03 18:00:00
12 - Added user_exists method.
13
140.02 2005-11-29 11:39:00
e09a839c 15 - Fixed a typo (PLugin instead of Plugin) that caused user objects
16 to not be restored from the session properly. Modified test suite
17 to actually test for this case.
18
2bcde605 190.01 2005-11-27 02:30:00
20 - Initial release.