[Catalyst] installing authentication modules
Andreas Marienborg
omega at palle.net
Wed Mar 5 15:33:39 GMT 2008
On Mar 4, 2008, at 4:01 PM, rahed wrote:
> Hi,
>
> I installed Catalyst and other additional modules. When starting
> myapp_fastcgi.pl I got the message:
>
> Can't locate Catalyst/Plugin/Authentication/Store/DBIx/Class in @INC.
> Actually I had to install Catalyst::Authentication::Store::DBIx::Class
> to fix it.
>
> I am a bit perplexed by the docs about authentication/authorization
> modules - which should be installed and which are deprecated.
>
I think its like this.
Catalyst::Plugin::Authentication is good.
Anything else (Store, Credential etc) should be without Plugin::-part
and you should only load the Catalyst::Plugin::Authentication from
your application
and then the rest is loaded based on the config
- andreas
More information about the Catalyst
mailing list