[Catalyst] Authentication gotchas
Christopher H. Laco
claco at chrislaco.com
Fri Dec 16 20:58:39 CET 2005
Yuval Kogman wrote:
> On Fri, Dec 16, 2005 at 13:55:28 -0500, Christopher H. Laco wrote:
>> I think the auth stuff is different because it is itself pluggable
>> underneath while still using the same C::P::Authentication -> $c->login.
>
> Actually $c->login belongs to C::P::Auth::Credential::Password as a
> convention pleasing name...
>
> Most other credentials have e.g.
>
> authenticate_typekey
> authenticate_moose
>
Right. What I meant to say was...one would never need to use another
plugin that also hogged up $c->login, since you would just write new
plugins for the Auth plugin itself.
I wish the same were true for form validation.
-=Chris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3178 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.rawmode.org/pipermail/catalyst/attachments/20051216/dc14f7b5/smime.bin
More information about the Catalyst
mailing list