TypeKey: $store->get_user( \%params, \%result ) made into $store->get( $username...
authorYuval Kogman <nothingmuch@woobling.org>
Sun, 11 Dec 2005 13:36:10 +0000 (13:36 +0000)
committerYuval Kogman <nothingmuch@woobling.org>
Sun, 11 Dec 2005 13:36:10 +0000 (13:36 +0000)
commit4332afab97ea8e5e0f92bad849d69c273fbc2086
treed9fa4ab1d6aa0828b4384a77c0827c339fc3b3b5
parent8140cf335f936968acd96871cbc2c26b39e71d7f
TypeKey: $store->get_user( \%params, \%result ) made into $store->get( $username, \%params, \%result ) to maximize compatibility with stores
Changes [new file with mode: 0644]
lib/Catalyst/Plugin/Authentication/Credential/TypeKey.pm
t/basic.t