r35585@cain (orig r5864): jayk | 2006-12-16 20:14:41 +0000
authorMatt S Trout <mst@shadowcat.co.uk>
Tue, 17 Jul 2007 16:58:41 +0000 (16:58 +0000)
committerMatt S Trout <mst@shadowcat.co.uk>
Tue, 17 Jul 2007 16:58:41 +0000 (16:58 +0000)
commit808fc1884ed711520fa10fb27272598073e423ef
treecf599e11b5dcd5a3300b54e190d496cf14caa7fd
parent45a9b01054f324765200e801075a88f366d0652a
 r35585@cain (orig r5864):  jayk | 2006-12-16 20:14:41 +0000
 Major modifications
 * Class::Accessor::Fast now used
 * Storename::Backend class naming dropped in favor of simply Storename
 * Password modified to remove the password field when requesting user from storage - to avoid mismatches when the storage uses all fields provided in matching
 * Removing Wrapper.pm - Not neccessary
 * Added user_in_realm method - which is similar to user_exists, except will only return true if the user exists and came from the realm provided
lib/Catalyst/Plugin/Authentication.pm
lib/Catalyst/Plugin/Authentication/Credential/Password.pm
lib/Catalyst/Plugin/Authentication/Credential/Wrapper.pm [deleted file]
lib/Catalyst/Plugin/Authentication/Internals.pod
lib/Catalyst/Plugin/Authentication/Store.pod
lib/Catalyst/Plugin/Authentication/Store/Minimal.pm
lib/Catalyst/Plugin/Authentication/Store/Minimal/Backend.pm [deleted file]
lib/Catalyst/Plugin/Authentication/User.pm
lib/Catalyst/Plugin/Authentication/User/Hash.pm