Initial draft of auth modules
authorYuval Kogman <nothingmuch@woobling.org>
Fri, 4 Nov 2005 00:17:47 +0000 (00:17 +0000)
committerYuval Kogman <nothingmuch@woobling.org>
Fri, 4 Nov 2005 00:17:47 +0000 (00:17 +0000)
commit06675d2e030513da23e22017581353fc3e99d7f1
treee4400aeda8fc4cf6295e752191f36363824a046c
parent796534176476591e6b336558b3cf74731f8d0088
Initial draft of auth modules
lib/Catalyst/Plugin/Authentication.pm [new file with mode: 0644]
lib/Catalyst/Plugin/Authentication/Store.pm [new file with mode: 0644]
lib/Catalyst/Plugin/Authentication/Store/Minimal.pm [new file with mode: 0644]
lib/Catalyst/Plugin/Authentication/Store/Minimal/Backend.pm [new file with mode: 0644]
lib/Catalyst/Plugin/Authentication/User.pm [new file with mode: 0644]
lib/Catalyst/Plugin/Authentication/User/Hash.pm [new file with mode: 0644]