Re: [Catalyst] On authentication again

2008-03-07 Thread Jay K
Hi Byron, Actually, it depends largely on what version of the module you are using. If you are up to date - the 'Plugin::Authentication' naming is the proper way to do it (it now follows the configuration naming rules) - but this is a relatively recent change and the 'authentication' naming is

Re: [Catalyst] On authentication again

2008-03-06 Thread Chisel Wright
On Thu, Mar 06, 2008 at 07:06:55PM +0300, Alex Povolotsky wrote: Hello! Maybe someone could provide the complete example of auth system with MODERN Catalyst::Plugin::Authentication? I mean, with database, Model and proper config. I have _no idea_ if I'm using old, new or pre-historic

Re: [Catalyst] On authentication again

2008-03-06 Thread Felix Antonius Wilhelm Ostmann
you are outdated ;) someone in the channel say we should use: 'Plugin::Authentication' = { ... } Chisel Wright schrieb: On Thu, Mar 06, 2008 at 07:06:55PM +0300, Alex Povolotsky wrote: Hello! Maybe someone could provide the complete example of auth system with MODERN

Re: [Catalyst] On authentication again

2008-03-06 Thread Ashley
On Mar 6, 2008, at 9:42 AM, Chisel Wright wrote: On Thu, Mar 06, 2008 at 06:28:11PM +0100, Felix Antonius Wilhelm Ostmann wrote: you are outdated ;) someone in the channel say we should use: 'Plugin::Authentication' = { ... } I'd better add the update to my Roadmap then Also make

RE: [Catalyst] On authentication again

2008-03-06 Thread Byron Young
Alex Povolotsky wrote: I even don't understand what __PACKAGE__-config- I should use - {'Plugin::Authentication'}, {authentication} or{authentication}{dbic}. Docs are unclear. Alex, It should be {authentication}. Here's mine: authentication: default_realm: database realms:

Re: [Catalyst] On authentication again

2008-03-06 Thread Chisel Wright
On Thu, Mar 06, 2008 at 06:28:11PM +0100, Felix Antonius Wilhelm Ostmann wrote: you are outdated ;) someone in the channel say we should use: 'Plugin::Authentication' = { ... } I'd better add the update to my Roadmap then -- Chisel Wright e: [EMAIL PROTECTED] w: