Major modifications
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)
commit45c7644b677a2b5f6a8e12eaeef61ef2fe12bcd5
treecf599e11b5dcd5a3300b54e190d496cf14caa7fd
parent4b69b736d1545152c823a97885b15cbe457a80f0
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
r35585@cain (orig r5864):  jayk | 2006-12-16 20:14:41 +0000
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