> I would like to extend my autentication to accept other fields:
> with $c->authenticate({ fileld1 => [..], field2 => [...], fieldd => [...] });

...

> Do I have to create my own Catalyst::Authentication::Credential plugin?

No, it already does that... per the docs:

    The first, and most common, method is simple retrieval. As its
name implies simple
    retrieval allows you to simply to provide the column => value
pairs that should be
    used to locate the user in question. An example of this usage is below:

-- 
Evan Carroll
System Lord of the Internets

_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to