Removed 'password' from minimal store in example because it's not relevant to the...
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / Changes
CommitLineData
12aaae34 1 - Fix misleading 'password' in documentation (because this module
2 doesn't check against store passwords) (Ian Wells)
3
bbec9b61 40.05 2009-01-04
5 - Start releasing using ShipIt
6 - Remove use of _config accessor, which I'd stupidly cargo-culted.
7 - Fix MANIFEST
8 - Add pod spelling test
9
b2cd5ce7 100.04 2008-09-25
11 - Change namespace to remove ::Plugin:: for new auth framework.
12 - Gutted most of the code in the module by subclassing
13 Catalyst::Authentication::Credential::HTTP.
14
d7c20e94 150.03 2007-07-18
16 - Fix broken test
17
c46e37e2 180.02 2007-04-26
19 - switch to Module::Install
20
210.01 2006-04-18 13:35:00
4332afab 22 - $store->get_user now gets the user name as the first arg for maximum
71868e5d 23 compatibility with stores.
24 - Doc fixes